Navigation
API > API/Editor > API/Editor/Kismet
An "imaginary" representation of a FProperty, featuring raw strings or other imaginary objects in the place of more structured substances
| Name | FImaginaryProperty |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include Path | #include "ImaginaryBlueprintData.h" |
Syntax
class FImaginaryProperty : public FImaginaryFiBData
Inheritance Hierarchy
- TSharedFromThis< FImaginaryFiBData, ESPMode::ThreadSafe > → FImaginaryFiBData → FImaginaryProperty
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImaginaryProperty
(
FImaginaryFiBDataWeakPtr InOuter, |
ImaginaryBlueprintData.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsStructProperty | uint8 | End FImaginaryFiBData Interface TRUE if this property's metadata's PinCategory was PC_Struct. | ImaginaryBlueprintData.h |
Functions
Public
Public Virtual
Overridden from FImaginaryFiBData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsCompatibleWithFilter
(
ESearchQueryFilter InSearchQueryFilter |
FImaginaryFiBData Interface | ImaginaryBlueprintData.h | |
virtual void ParseAllChildData_Internal
(
ESearchableValueStatus InSearchabilityOverride |
Internal version of the ParseAllChildData function, handles the bulk of the work | ImaginaryBlueprintData.h | |
virtual bool ShouldSearchChildKeys
(
TSharedPtr< FJsonObject > ChildNode |
Returns TRUE if the child item's keys should be searchable. | ImaginaryBlueprintData.h |
Protected Virtual
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 void DumpParsedObject_Internal
(
FArchive& Ar |
Internal helper function for dumping parsed object info | ImaginaryBlueprintData.h | |
virtual ESearchableValueStatus GetSearchabilityStatus
(
FString InKey |
End FImaginaryFiBData Interface FImaginaryFiBData Interface | ImaginaryBlueprintData.h |