![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| UObject * | GetObjectFromHandle (const FTypedElementHandle &InHandle, const bool bSilent) |
| UObject * | GetObjectFromHandleChecked (const FTypedElementHandle &InHandle) |
| template<typename ElementHandleType > | |
| TArray< UObject * > | GetObjectsFromHandles (TArrayView< const ElementHandleType > InHandles, const bool bSilent=false) |
| template<typename ElementHandleType > | |
| TArray< UObject * > | GetObjectsFromHandlesChecked (TArrayView< const ElementHandleType > InHandles) |
| ENGINE_API UObject * ObjectElementDataUtil::GetObjectFromHandle | ( | const FTypedElementHandle & | InHandle, |
| const bool | bSilent = false |
||
| ) |
Attempt to get the object from the given element handle.
| ENGINE_API UObject * ObjectElementDataUtil::GetObjectFromHandleChecked | ( | const FTypedElementHandle & | InHandle | ) |
Attempt to get the object from the given element handle, asserting if the element handle doesn't contain FObjectElementData.
| TArray< UObject * > ObjectElementDataUtil::GetObjectsFromHandles | ( | TArrayView< const ElementHandleType > | InHandles, |
| const bool | bSilent = false |
||
| ) |
Attempt to get the objects from the given element handles.
| TArray< UObject * > ObjectElementDataUtil::GetObjectsFromHandlesChecked | ( | TArrayView< const ElementHandleType > | InHandles | ) |
Attempt to get the objects from the given element handles, asserting if any element handle doesn't contain FObjectElementData.