UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TIsReferencedObjects< T > Struct Template Reference

Classes

struct  IsReferencedObjectsHelper
 
struct  IsReferencedObjectsHelper< U, std::void_t< decltype(std::declval< U >().AddReferencedObjects(std::declval< FReferenceCollector & >()))> >
 

Static Public Attributes

static constexpr bool Value = IsReferencedObjectsHelper<T>::value
 

Detailed Description

template<typename T>
struct TIsReferencedObjects< T >

Helper struct to determine if an element has implemented AddReferencedObject

For an explantion of how this detection: https://en.cppreference.com/w/cpp/types/void_t

Member Data Documentation

◆ Value

template<typename T >
constexpr bool TIsReferencedObjects< T >::Value = IsReferencedObjectsHelper<T>::value
staticconstexpr

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