Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph > API/Plugins/AnimNextAnimGraph/IBlendStack
| Name | FGraphRequest |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/TraitInterfaces/IBlendStack.h |
| Include Path | #include "TraitInterfaces/IBlendStack.h" |
Syntax
struct FGraphRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimationGraph | TObjectPtr< const UAnimNextAnimationGraph > | The template graph to use for the new graph instance. | TraitInterfaces/IBlendStack.h | |
| BindingModuleHandle | FModuleHandle | Additional module handle to use for data interface bindings. | TraitInterfaces/IBlendStack.h | |
| BlendArgs | FAlphaBlendArgs | Blend-in duration for this graph request. | TraitInterfaces/IBlendStack.h | |
| BlendMode | EBlendMode | The Blend mode to use. | TraitInterfaces/IBlendStack.h | |
| BlendProfile | TSharedPtr< const IBlendProfileInterface > | Optional blend profile for this graph request. | TraitInterfaces/IBlendStack.h | |
| ChildPtr | FTraitPtr | Child ptr when Type == Child. | TraitInterfaces/IBlendStack.h | |
| FactoryObject | TObjectPtr< const UObject > | The object that was used for factory generation of the graph. | TraitInterfaces/IBlendStack.h | |
| GraphPayload | FAnimNextDataInterfacePayload | Payload applied to the AnimationGraph's variables via its data interfaces. | TraitInterfaces/IBlendStack.h | |
| Type | EGraphRequestType | What type of request this is. | TraitInterfaces/IBlendStack.h |