UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::GC::TGetDispatcherType< CollectorType, ProcessorType, class > Struct Template Reference

#include <FastReferenceCollector.h>

Public Types

using RetType = decltype(GetDispatcher(*(CollectorType *) nullptr, *(ProcessorType *) nullptr, *(FWorkerContext *) nullptr))
 
using Type = typename std::remove_reference_t< RetType >
 

Member Typedef Documentation

◆ RetType

template<class CollectorType , class ProcessorType , class = void>
using UE::GC::TGetDispatcherType< CollectorType, ProcessorType, class >::RetType = decltype(GetDispatcher(*(CollectorType*)nullptr, *(ProcessorType*)nullptr, *(FWorkerContext*)nullptr))

◆ Type

template<class CollectorType , class ProcessorType , class = void>
using UE::GC::TGetDispatcherType< CollectorType, ProcessorType, class >::Type = typename std::remove_reference_t<RetType>

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