Navigation
API > API/Runtime > API/Runtime/Engine
Tick function that prepares and simulates cloth
| Name | FSkeletalMeshComponentClothTickFunction |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include Path | #include "Components/SkeletalMeshComponent.h" |
Syntax
USTRUCT ()
struct FSkeletalMeshComponentClothTickFunction : public FTickFunction
Inheritance Hierarchy
- FTickFunction → FSkeletalMeshComponentClothTickFunction
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Target | USkeletalMeshComponent * | Components/SkeletalMeshComponent.h |
Functions
Public
Overridden from FTickFunction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName DiagnosticContext
(
bool bDetailed |
Function used to describe this tick for active tick reporting. | Components/SkeletalMeshComponent.h | |
virtual FString DiagnosticMessage () |
Abstract function to describe this tick. | Components/SkeletalMeshComponent.h | |
virtual void ExecuteTick
(
float DeltaTime, |
Abstract function to execute the tick. | Components/SkeletalMeshComponent.h |