ITypedElementWorldInterface::FindSuitableTransformAlongPath

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

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 FindSuitableTransformAlongPath
(
    const FTypedElementHandle & InElementHandle,
    const FVector & InPathStart,
    const FVector & InPathEnd,
    const FCollisionShape & InTestShape,
    TArrayView< const FTypedElementHandle > InElementsToIgnore,
    FTransform & OutSuitableTransform
)

Remarks

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