Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph
Native interface to built-in BlendSpace player graph at: /AnimNextAnimGraph/FactoryGraphs/AG_BlendSpacePlayer
| Name | FAnimNextNativeDataInterface_BlendSpacePlayer |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/GraphInterfaces/AnimNextNativeDataInterface_BlendSpacePlayer.h |
| Include Path | #include "GraphInterfaces/AnimNextNativeDataInterface_BlendSpacePlayer.h" |
Syntax
USTRUCT (BlueprintType , DisplayName="UAF Blend Space Player Data")
struct FAnimNextNativeDataInterface_BlendSpacePlayer : public FAnimNextNativeDataInterface
Inheritance Hierarchy
- FAnimNextNativeDataInterface → FAnimNextNativeDataInterface_BlendSpacePlayer
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlendSpace | TObjectPtr< const UBlendSpace > | The animation object to play. | GraphInterfaces/AnimNextNativeDataInterface_BlendSpacePlayer.h |
|
| Loop | bool | Whether to loop the animation. | GraphInterfaces/AnimNextNativeDataInterface_BlendSpacePlayer.h |
|
| PlayRate | double | The play rate to use. | GraphInterfaces/AnimNextNativeDataInterface_BlendSpacePlayer.h |
|
| StartPosition | double | The timeline's start position. This is normalized in the [0,1] range. | GraphInterfaces/AnimNextNativeDataInterface_BlendSpacePlayer.h |
|
| XAxisSamplePoint | double | The location on the x-axis to sample. | GraphInterfaces/AnimNextNativeDataInterface_BlendSpacePlayer.h |
|
| YAxisSamplePoint | double | The location on the y-axis to sample. | GraphInterfaces/AnimNextNativeDataInterface_BlendSpacePlayer.h |
|
Functions
Public
Overridden from FAnimNextNativeDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BindToFactoryObject
(
const FBindToFactoryObjectContext& InContext |
GraphInterfaces/AnimNextNativeDataInterface_BlendSpacePlayer.h |