Navigation
API > API/Runtime > API/Runtime/Engine
Tick function that does post physics work on skeletal mesh component. This executes in EndPhysics (after physics is done)
| Name | FSkeletalMeshComponentEndPhysicsTickFunction |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include Path | #include "Components/SkeletalMeshComponent.h" |
Syntax
USTRUCT ()
struct FSkeletalMeshComponentEndPhysicsTickFunction : public FTickFunction
Inheritance Hierarchy
- FTickFunction → FSkeletalMeshComponentEndPhysicsTickFunction
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Target | USkeletalMeshComponent * | Components/SkeletalMeshComponent.h |