Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeFunctionRef.h |
| Include | #include "Animation/AnimNodeFunctionRef.h" |
Syntax
struct FNodeFunctionCaller
Remarks
Wrapper used to call anim node functions.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CallFunction
(
const FAnimNodeFunctionRef& InFunction, |
Call a generic function for this node. |