FPrimitiveViewRelevance::operator|=

Bitwise OR operator. Sets any relevance bits which are present in either.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/PrimitiveViewRelevance.h

Include

#include "PrimitiveViewRelevance.h"

Syntax

FPrimitiveViewRelevance & operator|=
(
    const FPrimitiveViewRelevance & B
)

Remarks

Bitwise OR operator. Sets any relevance bits which are present in either.

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