| 338 | } |
| 339 | |
| 340 | ARoomLevel* URoom::GetLevelScript() const |
| 341 | { |
| 342 | if (Instance == nullptr || !IsValid(Instance)) |
| 343 | { |
| 344 | return nullptr; |
| 345 | } |
| 346 | return Cast<ARoomLevel>(Instance->GetLevelScriptActor()); |
| 347 | } |
| 348 | |
| 349 | bool URoom::IsInstanceLoaded() const |
| 350 | { |
nothing calls this directly
no outgoing calls
no test coverage detected