Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/FastReferenceCollector.h |
| Include | #include "UObject/FastReferenceCollector.h" |
namespace UE
{
namespace GC
{
template<class CollectorType, class ProcessorType>
TDirectDispatcher < ProcessorType > UE::GC::GetDispatcher
(
CollectorType & Collector,
ProcessorType & Processor,
FWorkerContext & Context
)
}
}
Remarks
Default implementation is to create new direct dispatcher.