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