Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- ITextFilterExpressionContext
- TSharedFromThis
- FImaginaryFiBData
- FImaginaryGraphNode
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include | #include "ImaginaryBlueprintData.h" |
Syntax
class FImaginaryGraphNode : public FImaginaryFiBData
Remarks
An "imaginary" representation of a UEdGraphNode, featuring raw strings or other imaginary objects in the place of more structured substances
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImaginaryGraphNode
(
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 | |
| void | ParseAllChildData_Internal
(
ESearchableValueStatus InSearchabilityOverride |
Internal version of the ParseAllChildData function, handles the bulk of the work | |
| bool | TrySpecialHandleJsonValue
(
FText InKey, |
End FImaginaryFiBData Interface FImaginaryFiBData Interface |