unreal.MovieSceneCVarOverrides

class unreal.MovieSceneCVarOverrides

Bases: StructBase

Movie Scene CVar Overrides

C++ Source:

  • Module: MovieSceneTracks

  • File: MovieSceneCVarSection.h

Editor Properties: (see get_editor_property/set_editor_property)

  • values_by_c_var (Map[str, str]): [Read-Write] Values by CVar: The name of the console variable and the value, separated by ‘ ‘ or ‘=’, ie: “foo.bar=1” or “foo.bar 1”.