MCPcopy Create free account
hub / github.com/BenPyton/ProceduralDungeon / GetLevelScript

Method GetLevelScript

Source/ProceduralDungeon/Private/Room.cpp:340–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected