UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Trace::TEventRef< IdType > Struct Template Reference

#include <Trace.h>

Public Types

using ReferenceType = IdType
 

Public Member Functions

 TEventRef (IdType InId, uint32 InTypeId)
 
uint64 GetHash () const
 

Public Attributes

IdType Id
 
uint32 RefTypeId
 

Member Typedef Documentation

◆ ReferenceType

template<typename IdType >
using UE::Trace::TEventRef< IdType >::ReferenceType = IdType

Constructor & Destructor Documentation

◆ TEventRef()

template<typename IdType >
UE::Trace::TEventRef< IdType >::TEventRef ( IdType  InId,
uint32  InTypeId 
)
inline

Member Function Documentation

◆ GetHash()

template<typename IdType >
uint64 UE::Trace::TEventRef< IdType >::GetHash ( ) const
inline

Member Data Documentation

◆ Id

template<typename IdType >
IdType UE::Trace::TEventRef< IdType >::Id

◆ RefTypeId

template<typename IdType >
uint32 UE::Trace::TEventRef< IdType >::RefTypeId

The documentation for this struct was generated from the following file: