ITypedElementWorldInterface::SetWorldTransform

Attempt to set the transform of this element within its owner world.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h

Include

#include "Elements/Interfaces/TypedElementWorldInterface.h"

Syntax

virtual bool SetWorldTransform
(
    const FTypedElementHandle & InElementHandle,
    const FTransform & InTransform
)

Remarks

Attempt to set the transform of this element within its owner world.