Navigation
API > API/Plugins > API/Plugins/SceneStateTransitionGraph > API/Plugins/SceneStateTransitionGraph/ISceneStateTransitionGraphProvid-
Description
Determines whether the provider is bound to the given Ed Graph. In other words, whether the provider (as an ed node) should be destroyed when the bound graph is being deleted
| Name | IsBoundToGraphLifetime |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SceneState/Source/SceneStateTransitionGraph/Public/ISceneStateTransitionGraphProvider.h |
| Include Path | #include "ISceneStateTransitionGraphProvider.h" |
bool IsBoundToGraphLifetime
(
UEdGraph & InGraph
) const