Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | UAnimationConduitGraphSchema |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimationConduitGraphSchema.h |
| Include Path | #include "AnimationConduitGraphSchema.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimationConduitGraphSchema : public UEdGraphSchema_K2
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphSchema → UEdGraphSchema_K2 → UAnimationConduitGraphSchema
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimationConduitGraphSchema
(
const FObjectInitializer& ObjectInitializer |
AnimationConduitGraphSchema.h |
Functions
Public
Overridden from UEdGraphSchema_K2
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DoesSupportCollapsedNodes() |
AnimationConduitGraphSchema.h | ||
virtual bool DoesSupportEventDispatcher() |
AnimationConduitGraphSchema.h |
Overridden from UEdGraphSchema
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanDuplicateGraph
(
UEdGraph* InSourceGraph |
AnimationConduitGraphSchema.h | ||
virtual void CreateDefaultNodesForGraph
(
UEdGraph& Graph |
AnimationConduitGraphSchema.h | ||
virtual void GetGraphDisplayInformation
(
const UEdGraph& Graph, |
AnimationConduitGraphSchema.h | ||
virtual void HandleGraphBeingDeleted
(
UEdGraph& GraphBeingRemoved |
AnimationConduitGraphSchema.h | ||
virtual bool ShouldAlwaysPurgeOnModification() |
AnimationConduitGraphSchema.h |