CARLA
Public Attributes | List of all members
FShaderFloatParameterValue Struct Reference

A shader parameter value to change when the material instance is available. More...

#include <ShaderBasedSensor.h>

+ Collaboration diagram for FShaderFloatParameterValue:

Public Attributes

FName ParameterName
 
int ShaderIndex
 
float Value = 0.0f
 

Detailed Description

A shader parameter value to change when the material instance is available.

Definition at line 16 of file ShaderBasedSensor.h.

Member Data Documentation

◆ ParameterName

FName FShaderFloatParameterValue::ParameterName

Definition at line 24 of file ShaderBasedSensor.h.

◆ ShaderIndex

int FShaderFloatParameterValue::ShaderIndex

Definition at line 21 of file ShaderBasedSensor.h.

◆ Value

float FShaderFloatParameterValue::Value = 0.0f

Definition at line 27 of file ShaderBasedSensor.h.


The documentation for this struct was generated from the following file: