UMovieSceneBoolSection

A single bool section.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Sections/MovieSceneBoolSection.h

Include

#include "Sections/MovieSceneBoolSection.h"

Syntax

class UMovieSceneBoolSection : public UMovieSceneSection

Remarks

A single bool section.

Variables

Name Description

Protected variable

bool

 

bIsExternallyInverted

True if this section represents a property that is the inversion of the values stored on this channel

Protected variable

FMovieSceneBool...

 

BoolCurve

Ordered curve data

Constructors

Name Description

Public function

UMovieSceneBoolSection

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

FMovieSceneB...

 

GetChannel()

Public function Const

const FMovie...

 

GetChannel()

Protected function

void

 

ReconstructChannelProxy()

Update the channel proxy to ensure it has the correct flags and pointers

Public function

void

 

SetIsExternallyInverted

(
    bool bInIsExternallyInverted
)

Set a flag indicating that the actual property that this bool represents is the opposite of the values stored in this section

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditImport()

Called after importing property values for this object (paste, duplicate or .t3d import) Allow the object to perform any cleanup for properties which shouldn't be duplicated or are unsupported by the script serialization

Public function Virtual

void

 

PostLoad()

Do any object-specific cleanup required immediately after loading an object.

Protected function Virtual

void

 

Serialize

(
    FArchive& Ar
)

Overloaded serializer to ensure that the channel proxy is updated correctly on load and duplicate

Deprecated Variables

Name Description

Public variable

bool

 

DefaultValue_DEPRECATED

The default value to use when no keys are present - use GetCurve().SetDefaultValue()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss