![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Elements/Framework/TypedElementData.h"#include "UObject/Object.h"#include "UObject/WeakObjectPtr.h"Go to the source code of this file.
Classes | |
| struct | FActorElementData |
Namespaces | |
| namespace | ActorElementDataUtil |
Functions | |
| template<> | |
| ENGINE_API FString | GetTypedElementDebugId< FActorElementData > (const FActorElementData &InElementData) |
| AActor * | ActorElementDataUtil::GetActorFromHandle (const FTypedElementHandle &InHandle, const bool bSilent) |
| AActor * | ActorElementDataUtil::GetActorFromHandleChecked (const FTypedElementHandle &InHandle) |
| template<typename ElementHandleType > | |
| TArray< AActor * > | ActorElementDataUtil::GetActorsFromHandles (TArrayView< const ElementHandleType > InHandles, const bool bSilent=false) |
| template<typename ElementHandleType > | |
| TArray< AActor * > | ActorElementDataUtil::GetActorsFromHandlesChecked (TArrayView< const ElementHandleType > InHandles) |
| ENGINE_API FString GetTypedElementDebugId< FActorElementData > | ( | const FActorElementData & | InElementData | ) |