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

Go to the source code of this file.

Classes

struct  FComponentElementData
 

Namespaces

namespace  ComponentElementDataUtil
 

Functions

template<>
ENGINE_API FString GetTypedElementDebugId< FComponentElementData > (const FComponentElementData &InElementData)
 
UActorComponentComponentElementDataUtil::GetComponentFromHandle (const FTypedElementHandle &InHandle, const bool bSilent)
 
UActorComponentComponentElementDataUtil::GetComponentFromHandleChecked (const FTypedElementHandle &InHandle)
 
template<typename ElementHandleType >
TArray< UActorComponent * > ComponentElementDataUtil::GetComponentsFromHandles (TArrayView< const ElementHandleType > InHandles, const bool bSilent=false)
 
template<typename ElementHandleType >
TArray< UActorComponent * > ComponentElementDataUtil::GetComponentsFromHandlesChecked (TArrayView< const ElementHandleType > InHandles)
 

Function Documentation

◆ GetTypedElementDebugId< FComponentElementData >()

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