FSkeletalMeshComponentClothTickFunction

Tick function that prepares and simulates cloth

Windows
MacOS
Linux

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

Name Description

Public variable

USkeletalMeshCo...

 

Target

Overridden from FTickFunction

Name Description

Public function Virtual

FName

 

DiagnosticContext

(
    bool bDetailed
)

Function used to describe this tick for active tick reporting.

Public function Virtual

FString

 

DiagnosticMessage()

Abstract function to describe this tick.

Public function Virtual

void

 

ExecuteTick

(
    float DeltaTime,
    enum ELevelTick TickType,
    ENamedThreads::Type CurrentThread,
    const FGraphEventRef& MyCompletion...
)

Abstract function to execute the tick.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss