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. You should be aware of them, since they actually denote a certain behavioral semantics.

Those are usually featured across both 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.1651335096.txt.gz
  • Last modified: 2022/04/30 19:11
  • by vladius