Static

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to 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