UNetDriver::MaySendProperties

Typically, properties will only ever be replicated / sent from Server net drivers.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h

Include

#include "Engine/NetDriver.h"

Syntax

const bool MaySendProperties() const

Remarks

Typically, properties will only ever be replicated / sent from Server net drivers. Therefore, on clients sending replication state won't be created. Setting this to true will force creation of sending replication state.

Note, this doesn't imply the NetDriver will ever send properties and will not standard NetDrivers to send properties from clients.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss