UComponentElementWorldInterface::GetWorldTransform

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ITypedElementWorldInterface::GetWorldTransform()

UComponentElementWorldInterface::GetWorldTransform()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Elements/Component/ComponentElementWorldInterface.h

Include

#include "Elements/Component/ComponentElementWorldInterface.h"

Source

/Engine/Source/Runtime/Engine/Private/Elements/Component/ComponentElementWorldInterface.cpp

Syntax

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

Remarks

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