Navigation
API > API/Plugins > API/Plugins/MotionWarping
Inheritance Hierarchy
- FTickFunction
- FAttributeBasedRootMotionComponentPrePhysicsTickFunction
References
| Module | MotionWarping |
| Header | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/AttributeBasedRootMotionComponent.h |
| Include | #include "AttributeBasedRootMotionComponent.h" |
Syntax
USTRUCT ()
struct FAttributeBasedRootMotionComponentPrePhysicsTickFunction : public FTickFunction
Variables
| Type | Name | Description | |
|---|---|---|---|
| UAttributeBasedRootMotionComponent * | Target | CharacterMovementComponent that is the target of this tick |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | DiagnosticContext
(
bool bDetailed |
Function used to describe this tick for active tick reporting. | |
| FString | Abstract function to describe this tick. | ||
| void | ExecuteTick
(
float DeltaTime, |
Abstract function actually execute the tick. |