Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/FAnimNextNativeDataInterface
Context passed to Initialize()
| Name | FBindToFactoryObjectContext |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DataInterface/AnimNextNativeDataInterface.h |
| Include Path | #include "DataInterface/AnimNextNativeDataInterface.h" |
Syntax
struct FBindToFactoryObjectContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataInterface | const UAnimNextDataInterface * | The data interface that this native interface was constructed for. | DataInterface/AnimNextNativeDataInterface.h | |
| FactoryObject | const UObject * | If this native interface was created as a result of a factory, then this is the object that the factor used as a source. Can be nullptr. | DataInterface/AnimNextNativeDataInterface.h |