Choose your operating system:
Windows
macOS
Linux
| ITypedElementWorldInterface::FindSuitableTransformAlongPath()
|
Module |
|
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 |
virtual bool FindSuitableTransformAlongPath
(
const FTypedElementHandle & InElementHandle,
const FVector & InPathStart,
const FVector & InPathEnd,
const FCollisionShape & InTestShape,
TArrayView< const FTypedElementHandle > InElementsToIgnore,
FTransform & OutSuitableTransform
)
Attempt to find a suitable (non-intersecting) transform for the given element along the given path.