![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| AActor * | GetActorFromHandle (const FTypedElementHandle &InHandle, const bool bSilent) |
| AActor * | GetActorFromHandleChecked (const FTypedElementHandle &InHandle) |
| template<typename ElementHandleType > | |
| TArray< AActor * > | GetActorsFromHandles (TArrayView< const ElementHandleType > InHandles, const bool bSilent=false) |
| template<typename ElementHandleType > | |
| TArray< AActor * > | GetActorsFromHandlesChecked (TArrayView< const ElementHandleType > InHandles) |
| ENGINE_API AActor * ActorElementDataUtil::GetActorFromHandle | ( | const FTypedElementHandle & | InHandle, |
| const bool | bSilent = false |
||
| ) |
Attempt to get the actor from the given element handle.
| ENGINE_API AActor * ActorElementDataUtil::GetActorFromHandleChecked | ( | const FTypedElementHandle & | InHandle | ) |
Attempt to get the actor from the given element handle, asserting if the element handle doesn't contain FActorElementData.
| TArray< AActor * > ActorElementDataUtil::GetActorsFromHandles | ( | TArrayView< const ElementHandleType > | InHandles, |
| const bool | bSilent = false |
||
| ) |
Attempt to get the actors from the given element handles.
| TArray< AActor * > ActorElementDataUtil::GetActorsFromHandlesChecked | ( | TArrayView< const ElementHandleType > | InHandles | ) |
Attempt to get the actors from the given element handles, asserting if any element handle doesn't contain FActorElementData.