Navigation
API > API/Plugins > API/Plugins/MotionWarping > API/Plugins/MotionWarping/FAttributeBasedR-
References
| Module | MotionWarping |
| Header | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/AttributeBasedRootMotionComponent.h |
| Include | #include "AttributeBasedRootMotionComponent.h" |
| Source | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Private/AttributeBasedRootMotionComponent.cpp |
virtual void ExecuteTick
(
float DeltaTime,
enum ELevelTick TickType,
ENamedThreads::Type CurrentThread,
const FGraphEventRef & MyCompletionGraphEvent
)
Remarks
Abstract function actually execute the tick.
Parameters
| Name | Description |
|---|---|
| DeltaTime | frame time to advance, in seconds |
| TickType | kind of tick for this frame |
| CurrentThread | thread we are executing on, useful to pass along as new tasks are created |
| MyCompletionGraphEvent | completion event for this task. Useful for holding the completion of this task until certain child tasks are complete. |