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
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