Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/IAnimClassInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimClassInterface.h |
| Include | #include "Animation/AnimClassInterface.h" |
template<typename NodeType>
static const NodeType & GetAnimNodeFromObjectPtrChecked
&40;
const UObject &42; InObject,
int32 InNodeIndex
&41;
Remarks
Get an anim node of the specified type given the object & node index Asserts if InObject is nullptr, the node index is out of bounds or the node is the incorrect type