operator|=

Required for bitwise operations with the above enum.

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTEnum.h

Include

#include "NUTEnum.h"

Syntax

EMinClientFlags & operator|=
(
    EMinClientFlags & Lhs,
    EMinClientFlags Rhs
)

Remarks

Required for bitwise operations with the above enum.

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