USMInstanceElementWorldInterface::GetWorldTransform

Get the transform of this element within its owner world, if any.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ITypedElementWorldInterface::GetWorldTransform()

USMInstanceElementWorldInterface::GetWorldTransform()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceElementWorldInterface.h

Include

#include "Elements/SMInstance/SMInstanceElementWorldInterface.h"

Source

/Engine/Source/Runtime/Engine/Private/Elements/SMInstance/SMInstanceElementWorldInterface.cpp

Syntax

virtual bool GetWorldTransform
(
    const FTypedElementHandle & InElementHandle,
    FTransform & OutTransform
)

Remarks

Get the transform of this element within its owner world, if any.