Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
Inheritance Hierarchy
- FTickFunction
- FSkeletalMeshComponentClothTickFunction
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include | #include "Components/SkeletalMeshComponent.h" |
Syntax
struct FSkeletalMeshComponentClothTickFunction : public FTickFunction
Remarks
Tick function that prepares and simulates cloth
Variables
| Type | Name | Description | |
|---|---|---|---|
| USkeletalMeshComponent * | Target |
Overridden from FTickFunction
| 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 to execute the tick. |