net.Iris.Attachments.AllowSendPolicyFlags

net.Iris.Attachments.AllowSendPolicyFlags

#Overview

name: net.Iris.Attachments.AllowSendPolicyFlags

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationSystem.cpp:35

Scope (from outer to inner):

file
namespace    ReplicationSystemCVars

Source code excerpt:


static bool bAllowAttachmentSendPolicyFlags = true;
static FAutoConsoleVariableRef CVarAllowAttachmentSendPolicyFlags(TEXT("net.Iris.Attachments.AllowSendPolicyFlags"), bAllowAttachmentSendPolicyFlags, TEXT("Allow use of ENetObjectAttachmentSendPolicyFlags to specify behavior of RPCs."));

}

namespace UE::Net::Private
{