Features: (Please include a full, comprehensive list of the features of the product)
- A struct that represents a 16-bit integer.
- 16-Bit integer versions of all functions of the standard 32-bit integer.
- All compatible base type conversions
Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))
Number of Blueprints: 0
Number of C++ Classes: 1 Blueprint Function Library
Network Replicated: Can be Replicated
Supported Development Platforms: Android, Windows 32-Bit, Windows 64-Bit, Linux
Supported Target Build Platforms: Android, Windows 32-Bit, Windows 64-Bit, Linux
Documentation: https://edgarbarney.github.io/Int16forBPs_Documentation/
Important/Additional Notes:
You should replicate your variables yourself. Integer16 is a USTRUCT that CAN be replicated. But they won't be replicated automatically. You should replicate just like how you replicate a quantized vector.
You can use "Integer16" as a variable and you can easily type "int16" into the node search window to get to all nodes that you can use with Integer16.
If you have other plugins that you're doing other maths with, you can convert int16 to int, do the math and convert it back to int16 very easily.