Skip to content

ISMSearch::FSearchResultFiB

Public Functions

Name
void Finalize()
FORCEINLINE bool operator==(const FSearchResultFiB & Other) const
FORCEINLINE bool operator!=(const FSearchResultFiB & Other) const

Public Attributes

Name
TSharedPtr< FFindInBlueprintsResult > Blueprint
TSharedPtr< FFindInBlueprintsResult > Parent
TSharedPtr< FFindInBlueprintsResult > Graph
TSharedPtr< FFindInBlueprintsResult > GraphNode
TSharedPtr< FFindInBlueprintsResult > GraphPin
FString NodeName
FString PropertyName
FGuid NodeGuid
FGuid PropertyGuid
int32 ArrayIndex

Public Functions Documentation

function Finalize

void Finalize()

function operator==

inline FORCEINLINE bool operator==(
    const FSearchResultFiB & Other
) const

function operator!=

inline FORCEINLINE bool operator!=(
    const FSearchResultFiB & Other
) const

Public Attributes Documentation

variable Blueprint

TSharedPtr< FFindInBlueprintsResult > Blueprint;

variable Parent

TSharedPtr< FFindInBlueprintsResult > Parent;

variable Graph

TSharedPtr< FFindInBlueprintsResult > Graph;

variable GraphNode

TSharedPtr< FFindInBlueprintsResult > GraphNode;

variable GraphPin

TSharedPtr< FFindInBlueprintsResult > GraphPin;

variable NodeName

FString NodeName;

variable PropertyName

FString PropertyName;

variable NodeGuid

FGuid NodeGuid;

variable PropertyGuid

FGuid PropertyGuid;

variable ArrayIndex

int32 ArrayIndex = INDEX_NONE;