Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- FTickFunction
- FSkinWeightProfileManagerTickFunction
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/SkinWeightProfileManager.h |
| Include | #include "Animation/SkinWeightProfileManager.h" |
Syntax
struct FSkinWeightProfileManagerTickFunction : public FTickFunction
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSkinWeightProfileManager * | Owner |
Overridden from FTickFunction
| Type | Name | Description | |
|---|---|---|---|
| FName | DiagnosticContext
(
bool bDetailed |
Function to give a 'context' for this tick, used for grouped active tick reporting | |
| FString | Abstract function to describe this tick. | ||
| void | ExecuteTick
(
float DeltaTime, |
Abstract function actually execute the tick. |