Navigation
API > API/Runtime > API/Runtime/Engine
Holds the information for a static component mask parameter
| Name | FStaticComponentMaskParameter |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/StaticParameterSet.h |
| Include Path | #include "StaticParameterSet.h" |
Syntax
USTRUCT ()
struct FStaticComponentMaskParameter : public FStaticParameterBase
Inheritance Hierarchy
- FStaticParameterBase → FStaticComponentMaskParameter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| StaticParameterSet.h | |||
FStaticComponentMaskParameter
(
const FMaterialParameterInfo& InInfo, |
StaticParameterSet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | bool | StaticParameterSet.h | ||
| B | bool | StaticParameterSet.h | ||
| G | bool | StaticParameterSet.h | ||
| R | bool | StaticParameterSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Append
(
FShaderKeyGenerator& KeyGen |
StaticParameterSet.h | ||
void AppendKeyString
(
FString& KeyString |
StaticParameterSet.h | ||
void GetValue
(
FMaterialParameterMetadata& OutResult |
StaticParameterSet.h | ||
bool IsValid() |
StaticParameterSet.h | ||
void UpdateHash
(
FSHA1& HashState |
StaticParameterSet.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FStaticComponentMaskParameter& Reference |
StaticParameterSet.h |