Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Sections
Inheritance Hierarchy
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieSceneBoolSection
- UMovieSceneSpawnSection
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Sections/MovieSceneBoolSection.h |
| Include | #include "Sections/MovieSceneBoolSection.h" |
Syntax
UCLASS ()
class UMovieSceneBoolSection : public UMovieSceneSection
Remarks
A single bool section.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsExternallyInverted | True if this section represents a property that is the inversion of the values stored on this channel | |
| FMovieSceneBoolChannel | BoolCurve | Ordered curve data |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneBoolSection
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneBoolChannel & | GetChannel () |
||
| const FMovieSceneBoolChannel & | GetChannel () |
||
| void | Update the channel proxy to ensure it has the correct flags and pointers | ||
| 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 UMovieSceneSection
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | Serialize
(
FArchive& Ar |
Overloaded serializer to ensure that the channel proxy is updated correctly on load and duplicate |
Overridden from UMovieSceneSignedObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | DefaultValue_DEPRECATED | The default value to use when no keys are present - use GetCurve().SetDefaultValue() |