Navigation
API > API/Plugins > API/Plugins/AnimNext
Base structure used to implement a native interface into AnimNext assets.
| Name | FAnimNextNativeDataInterface |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DataInterface/AnimNextNativeDataInterface.h |
| Include Path | #include "DataInterface/AnimNextNativeDataInterface.h" |
Syntax
USTRUCT ()
struct FAnimNextNativeDataInterface
Derived Classes
- FAnimNextNativeDataInterface_AnimSequencePlayer
- FAnimNextNativeDataInterface_BlendSpacePlayer
- FAnimNextNativeDataInterface_SynchronizeUsingGroups
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNextNativeDataInterface() |
DataInterface/AnimNextNativeDataInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAnimNextNativeDataInterface() |
DataInterface/AnimNextNativeDataInterface.h |
Structs
| Name | Remarks |
|---|---|
| FBindToFactoryObjectContext | Context passed to Initialize() |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BindToFactoryObject
(
const FBindToFactoryObjectContext& InContext |
Initialize this native interface during factory object creation. | DataInterface/AnimNextNativeDataInterface.h |