Navigation
API > API/Plugins > API/Plugins/SceneStateTransitionGraph
| Name | ISceneStateTransitionGraphProvider |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/SceneState/Source/SceneStateTransitionGraph/Public/ISceneStateTransitionGraphProvider.h |
| Include Path | #include "ISceneStateTransitionGraphProvider.h" |
Syntax
class ISceneStateTransitionGraphProvider
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphNode * AsNode() |
The provider casted as an ed graph node | ISceneStateTransitionGraphProvider.h | |
FText GetTitle() |
Gets the Title of this Provider, to use as the Display Title of the Bound Graph | ISceneStateTransitionGraphProvider.h | |
bool IsBoundToGraphLifetime
(
UEdGraph& InGraph |
Determines whether the provider is bound to the given Ed Graph. | ISceneStateTransitionGraphProvider.h |