FSceneInterface::GetPreviousLocalToWorld

Get the primitive previous local to world (used for motion blur).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneInterface.h

Include

#include "SceneInterface.h"

Syntax

virtual bool GetPreviousLocalToWorld
(
    const FPrimitiveSceneInfo * PrimitiveSceneInfo,
    FMatrix & OutPreviousLocalToWorld
) const

Remarks

Get the primitive previous local to world (used for motion blur). Returns true if the matrix was set.

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