Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieSceneCVarSection
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneCVarSection.h |
| Include | #include "Sections/MovieSceneCVarSection.h" |
Syntax
class UMovieSceneCVarSection :
public UMovieSceneSection,
public IMovieSceneEntityProvider
Remarks
A CVar section is responsible for applying a user-supplied value to the specified cvar, and then restoring the previous value after the section ends.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMovieSceneConsoleVariableCollection > | ConsoleVariableCollections | Array of console variable preset assets that this track should operate on | |
| FMovieSceneCVarOverrides | ConsoleVariables | The name of the console variable and the value, separated by ' ' or '=', ie: "foo.bar=1" or "foo.bar 1". |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneCVarSection
(
const FObjectInitializer& Init |
Constructs a new console variable section |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetString () |
||
| void | SetFromString
(
const FString& InString |