Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneCVarSection.h |
| Include | #include "Sections/MovieSceneCVarSection.h" |
Syntax
struct FMovieSceneCVarOverrides
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FString, FString > | ValuesByCVar | The name of the console variable and the value, separated by ' ' or '=', ie: "foo.bar=1" or "foo.bar 1". |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetString () |
||
| void | GetString
(
TStringBuilder< 256 >& OutBuilder |
||
| void | SetFromString
(
const FString& InString |