When using a Customizable Object and applying dynamic modifications to parameters at runtime, Mutable seems to persist the modifications are restores them after editor (game?) restarts. @GerardMTE is there a way to disable that behavior and have Customizable Objects load their default values on startup? Because of this behavior, there’s a, otherwise unnecessary, need to call SetDefaultValues() on BeginPlay.