MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / begin_play

Method begin_play

tests.py:51–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49
50class TesterActor:
51 def begin_play(self):
52 tests.tester_actor = self.uobject
53 unittest.main(module='tests', exit=False)
54 self.uobject.quit_game()
55 def tick(self, delta_time):
56 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected