en:toolworks:docs:apparatus:naming-conventions

This is an old revision of the document!


Naming Conventions

There are certain naming conventions used within the framework of which every user you should be aware of.

Those are featured both is C++ and BP workflows:

Get – get some property value or an item directly. If the get is non-trivial (indirect with a searching involved), also asserts the result is actually available (non-null).

Find – something like “get”, but doesn’t assert if the needed item is missing after the search.

Obtain – gets an item, if it already exists. Creates and returns a new one otherwise.

  • en/toolworks/docs/apparatus/naming-conventions.1630507336.txt.gz
  • Last modified: 2021/09/01 17:42
  • by vladius