Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- ITextFilterExpressionContext
- TSharedFromThis
- FImaginaryFiBData
- FImaginaryBlueprint
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include | #include "ImaginaryBlueprintData.h" |
Syntax
class FImaginaryBlueprint : public FImaginaryFiBData
Remarks
An "imaginary" representation of a UBlueprint, featuring raw strings or other imaginary objects in the place of more structured substances
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | BlueprintPath | The path for this Blueprint | |
| TMap< int32, FText > | LookupTable | Lookup table used as a compression tool for the FTexts stored in the Json object | |
| FString | UnparsedStringData | The raw Json string yet to be parsed |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImaginaryBlueprint
(
FString InBlueprintName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ParseComponents
(
TSharedPtr< FJsonObject > InJsonObject, |
Callback to specially parse an array of Json Objects representing components | |
| void | ParseGraph
(
TSharedPtr< FJsonValue > InJsonValue, |
End FImaginaryFiBData Interface Helper function to parse an array of Json Object representing graphs | |
| void | ParseToJson
(
FSearchDataVersionInfo InVersionInfo |
Parses a raw string of Json to a Json object hierarchy |
Overridden from FImaginaryFiBData
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCallFilter
(
ESearchQueryFilter InSearchQueryFilter |
Checks if the filter can call functions for the passed filter, returns FALSE by default if the filter is not the AllFilter | |
| FSearchResult | CreateSearchResult_Internal
(
FSearchResult InTemplate |
Protected internal function which builds the search result for this item | |
| void | DumpParsedObject_Internal
(
FArchive& Ar |
Internal helper function for dumping parsed object info | |
| UBlueprint * | GetBlueprint () |
This will return and force load the UBlueprint that owns this object data. | |
| bool | IsCompatibleWithFilter
(
ESearchQueryFilter InSearchQueryFilter |
FImaginaryFiBData Interface | |
| bool | TrySpecialHandleJsonValue
(
FText InKey, |
End FImaginaryFiBData Interface FImaginaryFiBData Interface |