I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Static

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 04:17, 15 November 2009 by Wormbo (Talk | contribs) (Created page with '{{disambig}} The keyword '''static''' is used: * as a modifier for declaring functions that should be executed in the context of a class, instead o…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The keyword static is used:

  • as a modifier for declaring functions that should be executed in the context of a class, instead of an object
  • for calling static functions in the context of a specific class