Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph > API/Plugins/AnimNextAnimGraph/TraitInterfaces
Inheritance Hierarchy
- ITraitInterface
- IBlendStack
References
| Module | AnimNextAnimGraph |
| Header | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/TraitInterfaces/IBlendStack.h |
| Include | #include "TraitInterfaces/IBlendStack.h" |
Syntax
struct IBlendStack : public UE::AnimNext::ITraitInterface
Remarks
This interface exposes anything needed to push a new subgraph
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetActiveGraphRequest
(
FExecutionContext& Context, |
Gets the graph request info from the most recent PushGraph. | |
| void | PushGraph
(
FExecutionContext& Context, |
Pushes a new subgraph along with blend settings defined in GraphRequest. Outputs the in-place created subgraph OutGraphInstance. |
Overridden from ITraitInterface
| Type | Name | Description | |
|---|---|---|---|
| const FText & | Human readable interface names, in long and short format. | ||
| const FText & | Human readable interface names, in short format (ideally 3 or 4 letters, due to space restrictions in the editor) | ||
| UE::AnimNext::FTraitInterfaceUID |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGraphRequest |
Constants
| Name | Description |
|---|---|
| InterfaceUID | Globally unique UID for this interface |