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