Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Structure representing a bool parameter and it's associated animation curve.
| Name | FBoolParameterNameAndCurve |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
| Include Path | #include "Sections/MovieSceneParameterSection.h" |
Syntax
USTRUCT ()
struct FBoolParameterNameAndCurve : public FBaseParameterNameAndValue
Inheritance Hierarchy
- FBaseParameterNameAndValue → FBoolParameterNameAndCurve
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Sections/MovieSceneParameterSection.h | |||
FBoolParameterNameAndCurve
(
FName InParameterName |
Sections/MovieSceneParameterSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParameterCurve | FMovieSceneBoolChannel | The curve which contains the animation data for the scalar parameter. | Sections/MovieSceneParameterSection.h |