Navigation
API > API/Editor > API/Editor/Kismet
An "imaginary" representation of a UBlueprint, featuring raw strings or other imaginary objects in the place of more structured substances
| Name | FImaginaryBlueprint |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include Path | #include "ImaginaryBlueprintData.h" |
Syntax
class FImaginaryBlueprint : public FImaginaryFiBData
Inheritance Hierarchy
- TSharedFromThis< FImaginaryFiBData, ESPMode::ThreadSafe > → FImaginaryFiBData → FImaginaryBlueprint
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImaginaryBlueprint
(
const FString& InBlueprintName, |
ImaginaryBlueprintData.h |
Functions
Public
Overridden from FImaginaryFiBData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual 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 | ImaginaryBlueprintData.h | |
virtual UBlueprint * GetBlueprint() |
This will return and force load the UBlueprint that owns this object data. | ImaginaryBlueprintData.h | |
virtual bool IsCompatibleWithFilter
(
ESearchQueryFilter InSearchQueryFilter |
FImaginaryFiBData Interface | ImaginaryBlueprintData.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ParseComponents
(
TSharedPtr< FJsonObject > InJsonObject, |
Callback to specially parse an array of Json Objects representing components | ImaginaryBlueprintData.h | |
void ParseGraph
(
TSharedPtr< FJsonValue > InJsonValue, |
End FImaginaryFiBData Interface Helper function to parse an array of Json Object representing graphs | ImaginaryBlueprintData.h | |
void ParseToJson
(
FSearchDataVersionInfo InVersionInfoconst, |
Parses a raw string of Json to a Json object hierarchy | ImaginaryBlueprintData.h |
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 bool TrySpecialHandleJsonValue
(
FText InKey, |
End FImaginaryFiBData Interface FImaginaryFiBData Interface | ImaginaryBlueprintData.h |