UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ActorElementData.h File Reference

Go to the source code of this file.

Classes

struct  FActorElementData
 

Namespaces

namespace  ActorElementDataUtil
 

Functions

template<>
ENGINE_API FString GetTypedElementDebugId< FActorElementData > (const FActorElementData &InElementData)
 
AActorActorElementDataUtil::GetActorFromHandle (const FTypedElementHandle &InHandle, const bool bSilent)
 
AActorActorElementDataUtil::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)
 

Function Documentation

◆ GetTypedElementDebugId< FActorElementData >()

template<>
ENGINE_API FString GetTypedElementDebugId< FActorElementData > ( const FActorElementData InElementData)