Navigation
Unreal Engine C++ API Reference > Editor > Kismet
Inheritance Hierarchy
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
Include | #include "ImaginaryBlueprintData.h" |
Syntax
class FFiBMetaData : public [FImaginaryFiBData](API\Editor\Kismet\FImaginaryFiBData)
Constructors
Type | Name | Description |
---|---|---|
FFiBMetaData ( FImaginaryFiBDataWeakPtr InOuter, TSharedPtr< FJsonObject > InUnparse..., TMap< int32, FText >* InLookup... ) |
Functions
Type | Name | Description |
---|---|---|
bool | IsExplicit () | Returns TRUE if the metadata is informing that the FProperty and children should be explicit |
bool | IsHidden () | Returns TRUE if the metadata is informing that the FProperty and children should be hidden |
Overridden from FImaginaryFiBData
Type | Name | Description |
---|---|---|
FSearchResul... | CreateSearchResult_Internal ( FSearchResult InTemplate ) | Protected internal function which builds the search result for this item |
bool | TrySpecialHandleJsonValue ( FText InKey, TSharedPtr< FJsonValue > InJsonValu... ) | FImaginaryFiBData Interface |