Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetSerializerRegistryDelegates
Description
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.
| Name | OnPostFreezeNetSerializerRegistry |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/Serialization/NetSerializerDelegates.h |
| Include Path | #include "Iris/Serialization/NetSerializerDelegates.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/Serialization/NetSerializerDelegates.cpp |
virtual void OnPostFreezeNetSerializerRegistry()