Navigation
API > API/Runtime > API/Runtime/IrisCore
Info representing destroyed static objects
| Name | FStaticDestructionInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ObjectReplicationBridge.h |
| Include Path | #include "Iris/ReplicationSystem/ObjectReplicationBridge.h" |
Syntax
struct FStaticDestructionInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InternalReplicationIndex | UE::Net::Private::FInternalNetRefIndex | The repindex assigned to this destruction info | Iris/ReplicationSystem/ObjectReplicationBridge.h | |
| LevelGroupHandle | UE::Net::FNetObjectGroupHandle | The level the object was a part of | Iris/ReplicationSystem/ObjectReplicationBridge.h | |
| NetFactoryId | UE::Net::FNetObjectFactoryId | The NetFactory assigned to this object | Iris/ReplicationSystem/ObjectReplicationBridge.h | |
| StaticRef | UE::Net::FNetObjectReference | The reference to the static object that is considered destroyed | Iris/ReplicationSystem/ObjectReplicationBridge.h |