Navigation
API > API/Editor > API/Editor/Kismet
An "imaginary" representation of a UEdGraph, featuring raw strings or other imaginary objects in the place of more structured substances
| Name | FImaginaryGraph |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include Path | #include "ImaginaryBlueprintData.h" |
Syntax
class FImaginaryGraph : public FImaginaryFiBData
Inheritance Hierarchy
- TSharedFromThis< FImaginaryFiBData, ESPMode::ThreadSafe > → FImaginaryFiBData → FImaginaryGraph
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImaginaryGraph
(
FImaginaryFiBDataWeakPtr InOuter, |
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 bool IsCompatibleWithFilter
(
ESearchQueryFilter InSearchQueryFilter |
FImaginaryFiBData Interface | 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 void DumpParsedObject_Internal
(
FArchive& Ar |
Internal helper function for dumping parsed object info | ImaginaryBlueprintData.h | |
virtual ESearchableValueStatus GetSearchabilityStatus
(
FString InKey |
Returns the searchability status of a passed in Key, all Keys are searchable by default | ImaginaryBlueprintData.h | |
virtual bool TrySpecialHandleJsonValue
(
FText InKey, |
End FImaginaryFiBData Interface FImaginaryFiBData Interface | ImaginaryBlueprintData.h |