Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Sections
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
Include | #include "Sections/MovieSceneParameterSection.h" |
Syntax
struct FBoolParameterNameAndValue
Remarks
Structure representing the value of a bool parameter.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | ParameterName | The name of the bool parameter. |
![]() |
bool | Value | The value of the bool parameter. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FBoolParameterNameAndValue
(
FName InParameterName, |
Creates a new FScalarParameterAndValue with a parameter name and a value. |