Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph
This interface exposes anything needed to push a new subgraph
| Name | IBlendStack |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/TraitInterfaces/IBlendStack.h |
| Include Path | #include "TraitInterfaces/IBlendStack.h" |
Syntax
struct IBlendStack : public UE::AnimNext::ITraitInterface
Structs
| Name | Remarks |
|---|---|
| FGraphRequest |
Enums
Public
| Name | Remarks |
|---|---|
| EBlendMode | |
| EGraphRequestType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGraphRequestPtr | FGraphRequest * | TraitInterfaces/IBlendStack.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InterfaceUID | UE::AnimNext::FTraitInterfaceUID | Globally unique UID for this interface | TraitInterfaces/IBlendStack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetActiveGraph
(
FExecutionContext& Context, |
Gets the graph request info from the most recent PushGraph | TraitInterfaces/IBlendStack.h | |
virtual IBlendStack::FGraphRequestPtr GetGraph
(
FExecutionContext& Context, |
Gets the graph request for the specified child index. | TraitInterfaces/IBlendStack.h | |
virtual int32 PushGraph
(
FExecutionContext& Context, |
Pushes a new subgraph along with blend settings defined in GraphRequest. | TraitInterfaces/IBlendStack.h |
Overridden from ITraitInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText & GetDisplayName() |
Human readable interface names, in long and short format. | TraitInterfaces/IBlendStack.h | |
virtual const FText & GetDisplayShortName() |
Human readable interface names, in short format (ideally 3 or 4 letters, due to space restrictions in the editor) | TraitInterfaces/IBlendStack.h | |
virtual UE::AnimNext::FTraitInterfaceUID GetInterfaceUID() |
TraitInterfaces/IBlendStack.h |