Navigation
API > API/Runtime > API/Runtime/UMG
A section in a Margin track
| Name | UMovieSceneMarginSection |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Animation/MovieSceneMarginSection.h |
| Include Path | #include "Animation/MovieSceneMarginSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneMarginSection :
public UMovieSceneSection ,
public IMovieSceneEntityProvider
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneSection → UMovieSceneMarginSection
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneMarginSection
(
const FObjectInitializer& ObjectInitializer |
Animation/MovieSceneMarginSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BottomCurve | FMovieSceneFloatChannel | Alpha curve data | Animation/MovieSceneMarginSection.h | |
| LeftCurve | FMovieSceneFloatChannel | Green curve data | Animation/MovieSceneMarginSection.h | |
| RightCurve | FMovieSceneFloatChannel | Blue curve data | Animation/MovieSceneMarginSection.h | |
| TopCurve | FMovieSceneFloatChannel | Red curve data | Animation/MovieSceneMarginSection.h |