Navigation
API > API/Plugins > API/Plugins/UAFAnimNode > API/Plugins/UAFAnimNode/FUAFAnimNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
InterfaceType * GetInterface () |
Returns a pointer to the specified interface or nullptr if the interface is not supported by the current node data. | UAF/AnimNodeCore/UAFAnimNode.h | |
const InterfaceType * GetInterface () |
UAF/AnimNodeCore/UAFAnimNode.h | ||
void * GetInterface
(
FUAFAnimNodeInterfaceId Id |
UAF/AnimNodeCore/UAFAnimNode.h |
GetInterface()
Description
Returns a pointer to the specified interface or nullptr if the interface is not supported by the current node data.
| Name | GetInterface |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/AnimNodeCore/UAFAnimNode.h |
| Include Path | #include "UAF/AnimNodeCore/UAFAnimNode.h" |
template<typename InterfaceType>
InterfaceType * GetInterface()
GetInterface()
| Name | GetInterface |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/AnimNodeCore/UAFAnimNode.h |
| Include Path | #include "UAF/AnimNodeCore/UAFAnimNode.h" |
template<typename InterfaceType>
const InterfaceType * GetInterface() const
GetInterface(FUAFAnimNodeInterfaceId)
| Name | GetInterface |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/AnimNodeCore/UAFAnimNode.h |
| Include Path | #include "UAF/AnimNodeCore/UAFAnimNode.h" |
void * GetInterface
(
FUAFAnimNodeInterfaceId Id
)