Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
A single movie scene section which can contain data for multiple named parameters.
| Name | UMovieSceneParameterSection |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
| Include Path | #include "Sections/MovieSceneParameterSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneParameterSection :
public UMovieSceneSection ,
public IMovieSceneEntityProvider
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneSection → UMovieSceneParameterSection
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneParameterSection
(
const FObjectInitializer& ObjectInitializer |
Sections/MovieSceneParameterSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddBoolParameterKey
(
FName InParameterName, |
Adds a a key for a specific bool parameter at the specified time with the specified value. | Sections/MovieSceneParameterSection.h |
|
void AddColorParameterKey
(
FName InParameterName, |
Adds a a key for a specific color parameter at the specified time with the specified value. | Sections/MovieSceneParameterSection.h |
|
void AddScalarParameterKey
(
FName InParameterName, |
Adds a a key for a specific scalar parameter at the specified time with the specified value. | Sections/MovieSceneParameterSection.h |
|
void AddTransformParameterKey
(
FName InParameterName, |
Adds a a key for a specific color parameter at the specified time with the specified value. | Sections/MovieSceneParameterSection.h |
|
void AddVector2DParameterKey
(
FName InParameterName, |
Adds a a key for a specific vector2D parameter at the specified time with the specified value. | Sections/MovieSceneParameterSection.h |
|
void AddVectorParameterKey
(
FName InParameterName, |
Adds a a key for a specific vector parameter at the specified time with the specified value. | Sections/MovieSceneParameterSection.h |
|
void ExternalPopulateEvaluationField
(
const TRange< FFrameNumber >& EffectiveRange, |
Sections/MovieSceneParameterSection.h | ||
const TArray< FBoolParameterNameAndCurve > & GetBoolParameterNamesAndCurves () |
Sections/MovieSceneParameterSection.h | ||
| Gets the animated bool parameters and their associated curves. | Sections/MovieSceneParameterSection.h | ||
| Sections/MovieSceneParameterSection.h | |||
| Gets the animated color parameters and their associated curves. | Sections/MovieSceneParameterSection.h | ||
void GetParameterNames
(
TSet< FName >& ParameterNames |
Gets the set of all parameter names used by this section. | Sections/MovieSceneParameterSection.h |
|
| Sections/MovieSceneParameterSection.h | |||
| Gets the animated scalar parameters and their associated curves. | Sections/MovieSceneParameterSection.h | ||
| Sections/MovieSceneParameterSection.h | |||
| Gets the animated transform parameters and their associated curves. | Sections/MovieSceneParameterSection.h | ||
| Gets the animated vector2D parameters and their associated curves. | Sections/MovieSceneParameterSection.h | ||
| Sections/MovieSceneParameterSection.h | |||
| Sections/MovieSceneParameterSection.h | |||
| Gets the animated vector parameters and their associated curves. | Sections/MovieSceneParameterSection.h | ||
virtual void ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
Sections/MovieSceneParameterSection.h | ||
virtual bool PopulateEvaluationFieldImpl
(
const TRange< FFrameNumber >& EffectiveRange, |
Sections/MovieSceneParameterSection.h | ||
bool RemoveBoolParameter
(
FName InParameterName |
Removes a bool parameter from this section. | Sections/MovieSceneParameterSection.h |
|
bool RemoveColorParameter
(
FName InParameterName |
Removes a color parameter from this section. | Sections/MovieSceneParameterSection.h |
|
bool RemoveScalarParameter
(
FName InParameterName |
Removes a scalar parameter from this section. | Sections/MovieSceneParameterSection.h |
|
bool RemoveTransformParameter
(
FName InParameterName |
Removes a transform parameter from this section. | Sections/MovieSceneParameterSection.h |
|
bool RemoveVector2DParameter
(
FName InParameterName |
Removes a vector2D parameter from this section. | Sections/MovieSceneParameterSection.h |
|
bool RemoveVectorParameter
(
FName InParameterName |
Removes a vector parameter from this section. | Sections/MovieSceneParameterSection.h |
|
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ReconstructChannelProxy() |
Sections/MovieSceneParameterSection.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditImport() |
Sections/MovieSceneParameterSection.h | ||
virtual void Serialize
(
FArchive& Ar |
Sections/MovieSceneParameterSection.h |