Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetSerializerRegistryDelegates
Description
Pre freeze can be called before there are any serializers registered. At this point it's fine to register custom serializers for structs, but if you need a descriptor for a struct as a helper for your serializer you need to wait until post freeze.
| Name | OnPreFreezeNetSerializerRegistry |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Serialization/NetSerializerDelegates.h |
| Include Path | #include "Iris/Serialization/NetSerializerDelegates.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/Serialization/NetSerializerDelegates.cpp |
virtual void OnPreFreezeNetSerializerRegistry()