Logic Global Event
Last updated
Last updated
An actor that listens for global world events.
OnWorldInitialized
Event when the world is initialized. Called after all actors have been initialized, but before 'BeginPlay'.
-
OnBeginPlay
Event when 'BeginPlay' is called for this actor.
-
OnWorldTeardown
Event when the world is being torn down. This means we are leaving the map. Called before 'EndPlay' is dispatched to all actors.
-
-
-
-