Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Structure representing the value of a bool parameter.
| Name | FBoolParameterNameAndValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
| Include Path | #include "Sections/MovieSceneParameterSection.h" |
Syntax
struct FBoolParameterNameAndValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBoolParameterNameAndValue
(
FName InParameterName, |
Creates a new FScalarParameterAndValue with a parameter name and a value. | Sections/MovieSceneParameterSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParameterName | FName | The name of the bool parameter. | Sections/MovieSceneParameterSection.h | |
| Value | bool | The value of the bool parameter. | Sections/MovieSceneParameterSection.h |