Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/AnimGraph/Public/AnimationConduitGraphSchema.h |
Include |
#include "AnimationConduitGraphSchema.h" |
class UAnimationConduitGraphSchema : public UEdGraphSchema_K2
Name | Description | |
---|---|---|
|
UAnimationConduitGraphSchema ( |
Name | Description | ||
---|---|---|---|
|
DoesSupportEventDispatcher() |
Determine if this graph supports event dispatcher |
Name | Description | ||
---|---|---|---|
|
CanDuplicateGraph ( |
Can this graph type be duplicated? |
|
|
CreateDefaultNodesForGraph ( |
Populate new graph with any default nodes |
|
|
GetGraphDisplayInformation ( |
Gets display information for a graph |
|
|
HandleGraphBeingDeleted ( |
Handle a graph being removed by the user (potentially removing associated bound nodes, etc...) |
|
|
ShouldAlwaysPurgeOnModification() |
When a node is removed, this method determines whether we should remove it immediately or use the old (slower) code path that results in all node being recreated: |