Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UObjectReplicationBridge
Print traits to control what gets logged in PrintIrisDebugInfoForNetHandle
| Name | EPrintDebugInfoTraits |
| Type | enum |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ObjectReplicationBridge.h |
| Include Path | #include "Iris/ReplicationSystem/ObjectReplicationBridge.h" |
Syntax
enum EPrintDebugInfoTraits
{
Default = 0x0000,
NoProtocolState = 0x0001,
WithDependents = 0x0002,
}
Values
| Name | Remarks |
|---|---|
| Default | |
| NoProtocolState | Do not print the entire protocol state when this is set. |
| WithDependents | Also print the debug information of child dependents. |