Skip to content

Raw Function Library

Raw Function Library is a colection of static functions to manage byte array and void* data. This allows you to convert a float to a byte array or a byte array to a float for example.

Nodes


1- Raw to bool

  • Convert void* to bool.
  • Image title

2- Raw to byte

  • Convert void* to byte.
  • Image title

3- Raw to int

  • Convert void* to int.
  • Image title

4- Raw to int64

  • Convert void* to int64.
  • Image title

5- Raw to float

  • Convert void* to float.
  • Image title

6- Raw to string

  • Convert void* to string.
  • Image title

7- Raw to fvector

  • Convert void* to fvector.
  • Image title

8- Raw to frotator

  • Convert void* to frotator.
  • Image title

9- Raw to ftransform

  • Convert void* to ftransform.
  • Image title

10- Bool to byte array

  • Convert bool to byte array.
  • Image title

11- Byte array to bool

  • Convert byte array to bool.
  • Image title

12- Int to byte array

  • Convert int to byte array.
  • Image title

13- Byte array to int

  • Convert byte array to int.
  • Image title

14- Float to byte array

  • Convert float to byte array.
  • Image title

15- Byte array to float

  • Convert byte array to float.
  • Image title

16- FVector to byte array

  • Convert fvector to byte array.
  • Image title

17- Byte array to fvectort

  • Convert byte array to fvector.
  • Image title

18- FRotator to byte array

  • Convert frotator to byte array.
  • Image title

19- Byte array to frotator

  • Convert byte array to frotator.
  • Image title

20- FTransform to byte array

  • Convert ftransform to byte array.
  • Image title

21- Byte array to ftransform

  • Convert byte array to ftransform.
  • Image title

22- Get type name

  • Return type of void* as bool, int, string and etc.
  • Image title