![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| UActorComponent * | GetComponentFromHandle (const FTypedElementHandle &InHandle, const bool bSilent) |
| UActorComponent * | GetComponentFromHandleChecked (const FTypedElementHandle &InHandle) |
| template<typename ElementHandleType > | |
| TArray< UActorComponent * > | GetComponentsFromHandles (TArrayView< const ElementHandleType > InHandles, const bool bSilent=false) |
| template<typename ElementHandleType > | |
| TArray< UActorComponent * > | GetComponentsFromHandlesChecked (TArrayView< const ElementHandleType > InHandles) |
| ENGINE_API UActorComponent * ComponentElementDataUtil::GetComponentFromHandle | ( | const FTypedElementHandle & | InHandle, |
| const bool | bSilent = false |
||
| ) |
Attempt to get the actor component from the given element handle.
| ENGINE_API UActorComponent * ComponentElementDataUtil::GetComponentFromHandleChecked | ( | const FTypedElementHandle & | InHandle | ) |
Attempt to get the actor component from the given element handle, asserting if the element handle doesn't contain FComponentElementData.
| TArray< UActorComponent * > ComponentElementDataUtil::GetComponentsFromHandles | ( | TArrayView< const ElementHandleType > | InHandles, |
| const bool | bSilent = false |
||
| ) |
Attempt to get the actor components from the given element handles.
| TArray< UActorComponent * > ComponentElementDataUtil::GetComponentsFromHandlesChecked | ( | TArrayView< const ElementHandleType > | InHandles | ) |
Attempt to get the actor components from the given element handles, asserting if any element handle doesn't contain FComponentElementData.