13 override void EOnEditorInit()
15 PrintFormat(
"%1: EOnEditorInit",
this);
17 override void EOnEditorDelete()
19 PrintFormat(
"%1: EOnEditorDelete",
this);
21 override void EOnEditorRequest(
bool isOpen)
23 PrintFormat(
"%1: EOnEditorRequest: %2",
this, isOpen);
25 override void EOnEditorOpen()
27 PrintFormat(
"%1: EOnEditorOpen",
this);
29 override void EOnEditorClose()
31 PrintFormat(
"%1: EOnEditorClose",
this);
33 override void EOnEditorPreActivate()
35 PrintFormat(
"%1: EOnEditorPreActivate",
this);
37 override void EOnEditorActivate()
39 PrintFormat(
"%1: EOnEditorActivate",
this);
41 override bool EOnEditorActivateAsync(
int attempt)
43 PrintFormat(
"%1: EOnEditorActivateAsync: %2",
this, attempt);
46 override void EOnEditorPostActivate()
48 PrintFormat(
"%1: EOnEditorPostActivate",
this);
50 override void EOnEditorDeactivate()
52 PrintFormat(
"%1: EOnEditorDeactivate",
this);
54 override bool EOnEditorDeactivateAsync(
int attempt)
56 PrintFormat(
"%1: EOnEditorDeactivateAsync: %2",
this, attempt);
59 override void EOnEditorPostDeactivate()
61 PrintFormat(
"%1: EOnEditorPostDeactivate",
this);
63 override void EOnEditorDebug(array<string> debugTexts)
65 debugTexts.Insert(Type().ToString());
69 PrintFormat(
"%1: EOnEffect %1: %2",
this, effect);
73 override void EOnEditorInitServer()
75 PrintFormat(
"%1: EOnEditorInitServer",
this);
77 override void EOnEditorDeleteServer()
79 PrintFormat(
"%1: EOnEditorDeleteServer",
this);
81 override void EOnEditorOpenServer()
83 PrintFormat(
"%1: EOnEditorOpenServer",
this);
85 override void EOnEditorOpenServerCallback()
87 PrintFormat(
"%1: EOnEditorOpenServerCallback",
this);
89 override void EOnEditorCloseServer()
91 PrintFormat(
"%1: EOnEditorCloseServer",
this);
93 override void EOnEditorCloseServerCallback()
95 PrintFormat(
"%1: EOnEditorCloseServerCallback",
this);
97 override void EOnEditorActivateServer()
99 PrintFormat(
"%1: EOnEditorActivateServer",
this);
101 override void EOnEditorDeactivateServer()
103 PrintFormat(
"%1: EOnEditorDeactivateServer",
this);