Navigation
Unreal Engine C++ API Reference > Editor > Kismet
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
Include | #include "ImaginaryBlueprintData.h" |
Syntax
struct FComponentUniqueDisplay
Remarks
Struct to contain search results and help compare them for uniqueness.
Variables
Type | Name | Description |
---|---|---|
FSearchResult | SearchResult | Search result contained and used for comparing of uniqueness |
Constructors
Type | Name | Description |
---|---|---|
FComponentUniqueDisplay ( FSearchResult InSearchResult ) |
Operators
Type | Name | Description |
---|---|---|
bool | operator== ( const FComponentUniqueDisplay& Oth... ) |