USkeletalMeshComponent::TickPose

Tick Pose, this function ticks and do whatever it needs to do in this frame, should be called before RefreshBoneTransforms

Windows
MacOS
Linux

Override Hierarchy

USkinnedMeshComponent::TickPose()

USkeletalMeshComponent::TickPose()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h

Include

#include "Components/SkeletalMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp

Syntax

virtual void TickPose
(
    float DeltaTime,
    bool bNeedsValidRootMotion
)

Remarks

Tick Pose, this function ticks and do whatever it needs to do in this frame, should be called before RefreshBoneTransforms

Returns

Return true if anything modified. Return false otherwise

Parameters

Parameter

Description

DeltaTime

DeltaTime

bNeedsValidRootMotion

Networked games care more about this, but if false we can do less calculations

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