Show / Hide Table of Contents

Class MovieSceneSection

Base class for movie scene sections

Inheritance
System.Object
UObject
MovieSceneSignedObject
MovieSceneSection
MovieSceneGeometryCacheSection
MovieSceneMediaSection
MovieSceneSubSection
TestMovieSceneSection
MovieScene3DConstraintSection
MovieScene3DTransformSection
MovieSceneActorReferenceSection
MovieSceneAudioSection
MovieSceneBoolSection
MovieSceneByteSection
MovieSceneCameraAnimSection
MovieSceneCameraCutSection
MovieSceneCameraShakeSection
MovieSceneColorSection
MovieSceneEnumSection
MovieSceneEventSection
MovieSceneEventSectionBase
MovieSceneFloatSection
MovieSceneIntegerSection
MovieSceneLevelVisibilitySection
MovieSceneParameterSection
MovieSceneParticleSection
MovieSceneSkeletalAnimationSection
MovieSceneStringSection
MovieSceneVectorSection
MovieScene2DTransformSection
MovieSceneMarginSection
Inherited Members
MovieSceneSignedObject.Signature
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.MovieScene
Assembly: UE4DotNet.dll
Syntax
public class MovieSceneSection : MovieSceneSignedObject

Properties

| Improve this Doc View Source

bIsActive

Declaration
public bool bIsActive { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsLocked

Declaration
public bool bIsLocked { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

BlendType

Blend Type

Declaration
public OptionalMovieSceneBlendType BlendType { get; set; }
Property Value
Type Description
OptionalMovieSceneBlendType
| Improve this Doc View Source

bSupportsInfiniteRange

Declaration
public bool bSupportsInfiniteRange { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static MovieSceneSection DefaultObject { get; }
Property Value
Type Description
MovieSceneSection
| Improve this Doc View Source

Easing

Easing

Declaration
public MovieSceneEasingSettings Easing { get; set; }
Property Value
Type Description
MovieSceneEasingSettings
| Improve this Doc View Source

EvalOptions

Eval Options

Declaration
public MovieSceneSectionEvalOptions EvalOptions { get; set; }
Property Value
Type Description
MovieSceneSectionEvalOptions
| Improve this Doc View Source

OverlapPriority

This section's priority over overlapping sections

Declaration
public int OverlapPriority { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PostRollFrames

The amount of time to continue 'postrolling' this section for after evaluation has ended.

Declaration
public FrameNumber PostRollFrames { get; set; }
Property Value
Type Description
FrameNumber
| Improve this Doc View Source

PreRollFrames

The amount of time to prepare this section for evaluation before it actually starts.

Declaration
public FrameNumber PreRollFrames { get; set; }
Property Value
Type Description
FrameNumber
| Improve this Doc View Source

RowIndex

The row index that this section sits on

Declaration
public int RowIndex { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SectionRange

The range in which this section is active

Declaration
public MovieSceneFrameRange SectionRange { get; set; }
Property Value
Type Description
MovieSceneFrameRange
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class
| Improve this Doc View Source

TimecodeSource

The timecode at which this movie scene section is based (ie. when it was recorded)

Declaration
public MovieSceneTimecodeSource TimecodeSource { get; set; }
Property Value
Type Description
MovieSceneTimecodeSource

Methods

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static MovieSceneSection New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
MovieSceneSection

Operators

| Improve this Doc View Source

Implicit(IntPtr to MovieSceneSection)

Convert from IntPtr to UObject

Declaration
public static implicit operator MovieSceneSection(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
MovieSceneSection
  • Improve this Doc
  • View Source
Back to top Generated by DocFX