Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticComponentMaskValue
Overloads
FStaticComponentMaskValue()
| |
|
| Name |
FStaticComponentMaskValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/MaterialTypes.h |
| Include Path |
#include "MaterialTypes.h" |
FStaticComponentMaskValue()
FStaticComponentMaskValue(bool, bool, bool, bool)
| |
|
| Name |
FStaticComponentMaskValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/MaterialTypes.h |
| Include Path |
#include "MaterialTypes.h" |
FStaticComponentMaskValue
(
bool InR,
bool InG,
bool InB,
bool InA
)