Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/FAnimNextNativeDataInterface
Description
Initialize this native interface during factory object creation. Called once on worker threads to set up this native interface's properties after it has been default-constructed. The data interface instance that it will manage has not yet been constructed at this point.
| Name | BindToFactoryObject |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DataInterface/AnimNextNativeDataInterface.h |
| Include Path | #include "DataInterface/AnimNextNativeDataInterface.h" |
virtual void BindToFactoryObject
(
const FBindToFactoryObjectContext & InContext
)