Skip to content

Page2: Description of methods and variables.

filln edited this page May 7, 2020 · 3 revisions

Page1:-General-description.-Installation.-Use.

Description of methods and variables

All methods of the plugin component are grouped into two groups: General and Basic. General methods are the main methods, which consist of methods of the Basic group. General methods play the main role in the plugin and are called, for example, by pressing keys. All methods are available in Blueprints. So you can make your own logic of plug-in's work from methods of Basic group within certain limits. For example, you can control how GameAndUI mode is turned on when the mouse cursor appears, or you can programmatically select an actor to transform. However, it's also possible to break everything.

Some General methods: GeneralMethods

Methods of interface and delegates: InterfacesMethodsAndDelegates

In general, all available methods and variables can be viewed in the Palette tab: Palette

Variables are available in the Getters and Setters groups.