Skip to content

Existing and extending bindings

arthursw edited this page Apr 25, 2016 · 2 revisions

Existing bindings

Bindings are mostly rooted from BlueprintFunctionLibrary. Those functions are accessible as context-aware functions within blueprint editor.

Extending bindings

To extend bindings, I recommend creating a new BlueprintFunctionLibrary class (wiki article). For most of cases it just works.

There are plenty of math functions exposed into BP world by UKismetMathLibraryFunction. There are some edge cases where you cannot access some functions because they are overloaded functions (which have same name but different type of arguments).

Clone this wiki locally