Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/Component > API/Runtime/Engine/Elements/Component/UComponentElementWorldInterface
- 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 |
virtual bool FindSuitableTransformAlongPath
&40;
const FTypedElementHandle & InElementHandle,
const FVector & InPathStart,
const FVector & InPathEnd,
const FCollisionShape & InTestShape,
TArrayView< const FTypedElementHandle > InElementsToIgnore,
FTransform & OutSuitableTransform
&41;
Remarks
Attempt to find a suitable (non-intersecting) transform for the given element along the given path.