FStaticParameterSet

Contains all the information needed to identify a single permutation of static parameters.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/StaticParameterSet.h

Include

#include "StaticParameterSet.h"

Syntax

struct FStaticParameterSet

Remarks

Contains all the information needed to identify a single permutation of static parameters.

Variables

Name Description

Public variable

TArray< FStatic...

 

MaterialLayersParameters

An array of function call parameters in this set

Public variable

TArray< FStatic...

 

StaticComponentMaskParameters

An array of static component mask parameters in this set

Public variable

TArray< FStatic...

 

StaticSwitchParameters

An array of static switch parameters in this set

Public variable

TArray< FStatic...

 

TerrainLayerWeightParameters

An array of terrain layer weight parameters in this set

Functions

Name Description

Public function Const

bool

 

Equivalent

(
    const FStaticParameterSet& Referen...
)

Public function Const

bool

 

IsEmpty()

Checks if this set contains any parameters

Public function

void

 

Serialize

(
    FArchive& Ar
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FStaticParameterSet& Referen...
)

Public function Const

bool

 

operator==

(
    const FStaticParameterSet& Referen...
)

Tests this set against another for equality

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