Navigation
API > API/Plugins > API/Plugins/AnimNext
Used at instantiation time (and in editor, re-binding after compilation time) to bind directly to a host's memory for an interfaces variables.
| Name | IDataInterfaceHost |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DataInterface/AnimNextDataInterfaceHost.h |
| Include Path | #include "DataInterface/AnimNextDataInterfaceHost.h" |
Syntax
class IDataInterfaceHost
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDataInterfaceHost() |
DataInterface/AnimNextDataInterfaceHost.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetDataInterfaceName() |
Safely get the name of the data interface that this host provides. | DataInterface/AnimNextDataInterfaceHost.h |