FStaticTerrainLayerWeightParameter

Holds the information for a static switch parameter

Windows
MacOS
Linux

Inheritance Hierarchy

FStaticParameterBase

FStaticTerrainLayerWeightParameter

References

Module

Engine

Header

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

Include

#include "StaticParameterSet.h"

Syntax

struct FStaticTerrainLayerWeightParameter : public FStaticParameterBase

Remarks

Holds the information for a static switch parameter

Variables

Name Description

Public variable

bool

 

bWeightBasedBlend

Public variable

int32

 

WeightmapIndex

Constructors

Name Description

Public function

FStaticTerrainLayerWeightParameter()

Public function

FStaticTerrainLayerWeightParameter

(
    const FMaterialParameterInfo& InIn...,
    int32 InWeightmapIndex,
    bool InOverride,
    FGuid InGuid,
    bool InWeightBasedBlend
)

Functions

Name Description

Public function Const

void

 

AppendKeyString

(
    FString& KeyString
)

Public function Const

void

 

UpdateHash

(
    FSHA1& HashState
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FStaticTerrainLayerWeightPara...
)

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