Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Sections
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieSceneBoolSection
- UMovieSceneSpawnSection
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
| 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 UObject
| Type | Name | Description | |
|---|---|---|---|
| void | 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 | ||
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. | |
| void | Overloaded serializer to ensure that the channel proxy is updated correctly on load and duplicate |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | DefaultValue_DEPRECATED | The default value to use when no keys are present - use GetCurve().SetDefaultValue() |