Initialize()
Indicates that the controller should start enforcing access. Before this method is invoked, the CheckAccess()
method should always return true
, allowing any access to the object. This mechanism allows the actor constructor to have full access on itself.
Declaration
void Initialize()