FPrimitiveSceneProxy::ApplyLateUpdateTransform

Applies a "late in the frame" adjustment to the proxy's existing transform

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h

Include

#include "PrimitiveSceneProxy.h"

Source

/Engine/Source/Runtime/Engine/Private/PrimitiveSceneProxy.cpp

Syntax

virtual void ApplyLateUpdateTransform
(
    const FMatrix & LateUpdateTransform
)

Remarks

Applies a "late in the frame" adjustment to the proxy's existing transform

Parameters

Parameter

Description

LateUpdateTransform

The post-transform to be applied to the LocalToWorld matrix

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