Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Structure representing a parameter name without a value
| Name | FBaseParameterNameAndValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
| Include Path | #include "Sections/MovieSceneParameterSection.h" |
Syntax
USTRUCT ()
struct FBaseParameterNameAndValue
Derived Classes
FBaseParameterNameAndValue derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Sections/MovieSceneParameterSection.h | |||
FBaseParameterNameAndValue
(
FName InParameterName |
Creates a new FScalarParameterNameAndCurve for a specific scalar parameter. | Sections/MovieSceneParameterSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParameterName | FName | The name of the parameter which is being animated. | Sections/MovieSceneParameterSection.h |