| 359 | } |
| 360 | |
| 361 | void ConfigObject::PreActivate() |
| 362 | { |
| 363 | CONTEXT("Setting 'active' to true for object '" << GetName() << "' of type '" << GetReflectionType()->GetName() << "'"); |
| 364 | |
| 365 | ASSERT(!IsActive()); |
| 366 | SetActive(true, true); |
| 367 | } |
| 368 | |
| 369 | void ConfigObject::Activate(bool runtimeCreated, const Value& cookie) |
| 370 | { |