UComponentElementWorldInterface::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

ITypedElementWorldInterface::FindSuitableTransformAlongPath()

UComponentElementWorldInterface::FindSuitableTransformAlongPath()

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 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.