Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- ITextFilterExpressionContext
- TSharedFromThis
- FImaginaryFiBData
- FImaginaryGraph
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include | #include "ImaginaryBlueprintData.h" |
Syntax
class FImaginaryGraph : public FImaginaryFiBData
Remarks
An "imaginary" representation of a UEdGraph, featuring raw strings or other imaginary objects in the place of more structured substances
Variables
| Type | Name | Description | |
|---|---|---|---|
| EGraphType | GraphType | End FImaginaryFiBData Interface The graph type being represented |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImaginaryGraph
(
FImaginaryFiBDataWeakPtr InOuter, |
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 | |
| ESearchableValueStatus | GetSearchabilityStatus
(
FString InKey |
Returns the searchability status of a passed in Key, all Keys are searchable by default | |
| bool | IsCompatibleWithFilter
(
ESearchQueryFilter InSearchQueryFilter |
FImaginaryFiBData Interface | |
| bool | TrySpecialHandleJsonValue
(
FText InKey, |
End FImaginaryFiBData Interface FImaginaryFiBData Interface |