ITypedElementWorldInterface::FindSuitableTransformAtPoint

Attempt to find a suitable (non-intersecting) transform for the given element at the given point.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ITypedElementWorldInterface::FindSuitableTransformAtPoint()

UActorElementWorldInterface::FindSuitableTransformAtPoint()

References

Module

Engine

Header

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

Include

#include "Elements/Interfaces/TypedElementWorldInterface.h"

Syntax

virtual bool FindSuitableTransformAtPoint
(
    const FTypedElementHandle & InElementHandle,
    const FTransform & InPotentialTransform,
    FTransform & OutSuitableTransform
)

Remarks

Attempt to find a suitable (non-intersecting) transform for the given element at the given point.