Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.06 KB

BlueprintFloats.md

File metadata and controls

16 lines (13 loc) · 1.06 KB

BlueprintFloats

You can use this wrapper around float values and float-functions to instance values as a blueprint properties accessible from C++.

Usage

  • For FloatFunction create a Derived class, where you can override method float Eval_Implementation(float Value) (also from Blueprints).
  • For FloatExtractor create a Derived class, where you can override method float GetValue_Implementation() (also from Blueprints).

Examples

FloatFunction:

FloatExtractor: