Navigation
API > API/Editor > API/Editor/UnrealEd
Scalar parameter value
| Name | FLightmassScalarParameterValue |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdTypes.h |
| Include Path | #include "Editor/UnrealEdTypes.h" |
Syntax
USTRUCT ()
struct FLightmassScalarParameterValue : public FLightmassParameterValue
Inheritance Hierarchy
- FLightmassParameterValue → FLightmassScalarParameterValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Editor/UnrealEdTypes.h | |||
FLightmassScalarParameterValue
(
float InParameterValue |
Editor/UnrealEdTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParameterValue | float | The scalar value to override the parent value with | Editor/UnrealEdTypes.h |
|