Navigation
API > API/Editor > API/Editor/Kismet
| Name | FFiBMetaData |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include Path | #include "ImaginaryBlueprintData.h" |
Syntax
class FFiBMetaData : public FImaginaryFiBData
Inheritance Hierarchy
- TSharedFromThis< FImaginaryFiBData, ESPMode::ThreadSafe > → FImaginaryFiBData → FFiBMetaData
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFiBMetaData
(
FImaginaryFiBDataWeakPtr InOuter, |
ImaginaryBlueprintData.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsExplicit | bool | TRUE if the FProperty this metadata represents is explicit, should always be true if bIsHidden is true | ImaginaryBlueprintData.h | |
| bIsHidden | bool | End FImaginaryFiBData Interface TRUE if the FProperty this metadata represents is hidden | ImaginaryBlueprintData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsExplicit() |
Returns TRUE if the metadata is informing that the FProperty and children should be explicit | ImaginaryBlueprintData.h | |
bool IsHidden() |
Returns TRUE if the metadata is informing that the FProperty and children should be hidden | ImaginaryBlueprintData.h |
Protected
Overridden from FImaginaryFiBData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSearchResult CreateSearchResult_Internal
(
FSearchResult InTemplate |
Protected internal function which builds the search result for this item | ImaginaryBlueprintData.h | |
virtual bool TrySpecialHandleJsonValue
(
FText InKey, |
FImaginaryFiBData Interface | ImaginaryBlueprintData.h |