FMaterialRelevance::operator|=

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

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialRelevance.h

Include

#include "Materials/MaterialRelevance.h"

Syntax

FMaterialRelevance & operator|=
(
    const FMaterialRelevance & 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