StaticUpdate¶ Description¶ Called once per object class, once per frame if Object::active allows for it. This event is called before any Update() events are called. Parameters¶ None. Syntax¶ CC++ void StaticUpdate(); static void StaticUpdate(); Examples¶ CC++ void MyObject_StaticUpdate() { } void MyObject::StaticUpdate() { }