7#if UE_WITH_CONSTINIT_UOBJECT
13class FCompiledInObjectRegistry
16 FCompiledInObjectRegistry() =
default;
30 static FCompiledInObjectRegistry&
Get()
32 static FCompiledInObjectRegistry Singleton;
65 void AssembleReferenceTokenStream();
72 template<
typename FUNCTOR>
75 template<
typename FUNCTOR>
78 template<
typename FUNCTOR>
81 template<
typename FUNCTOR>
97 Info->ListNext = ListHead;
#define UE_NONCOPYABLE(TypeName)
Definition CoreMiscDefines.h:457
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
@ Stop
Definition PrecomputedVolumetricLightmapStreaming.cpp:26
Definition NameTypes.h:617
FORCEINLINE T * Get(const FObjectPtr &ObjectPtr)
Definition ObjectPtr.h:426