Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetSerializerRegistryDelegates
Description
OnLoadedModulesUpdated delegate will be called every time a module has been loaded or unloaded It gives the serializer an opportunity to update cached data that could be affected by loading or unloading modules. NOTE: It will only be called if the EFlags::ShouldBindLoadedModulesUpdatedDelegate is set
| Name | OnLoadedModulesUpdated |
| 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 OnLoadedModulesUpdated()