Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/Serialization > API/Runtime/IrisCore/Iris/Serialization/FNetSerializerRegistryDelegates
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/Serialization/NetSerializerDelegates.h |
| Include | #include "Iris/Serialization/NetSerializerDelegates.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/Serialization/NetSerializerDelegates.cpp |
virtual void OnPostFreezeNetSerializerRegistry&40;&41;
Remarks
Post freeze is called after all loaded modules, including this one, has registered their serializers. At this point you should be able to get a descriptor for a struct that contains types that your module depends on.