Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 336 Bytes

Useful events.md

File metadata and controls

23 lines (11 loc) · 336 Bytes

2021-06-29_16:07:25

Useful events

The engine, the editor, and some objects contain useful callbacks.

Engine

  • OnObjectsReplaced
  • OnBeginObjectMovement
  • OnEndObjectMovement

Editor

These are on UEditorEngine, and instance of which exists as

  • OnBlueprintReinstanced

[[2020-06-29_13:29:35]] Events