The framework defines the following custom types:

  1. UImGui_FVector2/FVector2 - 2D float vector
  2. UImGui_FVector/FVector - 3D float vector
  3. UImGui_FVector4/FVector4 - 4D float vector
  4. UImGui_String/String - C string a.k.a. const char*
  5. FString - C++ string, similar to or the same as std::string