FImaginaryGraph

An "imaginary" representation of a [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph), featuring raw strings or other imaginary objects in the place of more structured substances

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Protected variable

EGraphType

 

GraphType

End FImaginaryFiBData Interface The graph type being represented

Constructors

Name Description

Public function

FImaginaryGraph

(
    FImaginaryFiBDataWeakPtr InOuter,
    TSharedPtr< FJsonObject > InUnparse...,
    TMap< int32, FText >* InLookup...,
    EGraphType InGraphType
)

Overridden from FImaginaryFiBData

Name Description

Public function Virtual Const

bool

 

CanCallFilter

(
    ESearchQueryFilter InSearchQueryFil...
)

Checks if the filter can call functions for the passed filter, returns FALSE by default if the filter is not the AllFilter

Protected function Virtual Const

FSearchResul...

 

CreateSearchResult_Internal

(
    FSearchResult InTemplate
)

Protected internal function which builds the search result for this item

Protected function Virtual Const

void

 

DumpParsedObject_Internal

(
    FArchive& Ar
)

Internal helper function for dumping parsed object info

Protected function Virtual

ESearchableV...

 

GetSearchabilityStatus

(
    FString InKey
)

Returns the searchability status of a passed in Key, all Keys are searchable by default

Public function Virtual Const

bool

 

IsCompatibleWithFilter

(
    ESearchQueryFilter InSearchQueryFil...
)

FImaginaryFiBData Interface

Protected function Virtual

bool

 

TrySpecialHandleJsonValue

(
    FText InKey,
    TSharedPtr< FJsonValue > InJsonValu...
)

End FImaginaryFiBData Interface FImaginaryFiBData Interface

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss