Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Editor
Inheritance Hierarchy
- FLightmassParameterValue
- FLightmassScalarParameterValue
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdTypes.h |
Include | #include "Editor/UnrealEdTypes.h" |
Syntax
struct FLightmassScalarParameterValue : public FLightmassParameterValue
Remarks
Scalar parameter value
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | ParameterValue | The scalar value to override the parent value with |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FLightmassScalarParameterValue
(
float InParameterValue |