Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationBridge
Description
Called from ReplicationSystem when a streaming level is about to unload. Will remove the group associated with the level and remove destruction infos.
| Name | NotifyStreamingLevelUnload |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationBridge.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationBridge.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ReplicationBridge.cpp |
void NotifyStreamingLevelUnload
(
const UObject * Level
)