CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 15:58:25 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-robots-tag: none
etag: W/"5b94b2f08756d166283370c00e6d34df"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=%2BOJTrb5KlPIi0ktPszdaX5hw2EMsqudZ5fF%2Fnd4V0IOoqBiWDYmU5LF%2BG63a1bEljetmj5HypBplseRgLBTwl%2FifdZZMMISBDBdD4Jmk7%2FLmCUvg6LaRGbaIADU9yyZob9fs8AKHeFyIYHUQvm7z5UJbeMhP3gOnUsIyeadWFGUqq20diN7zQ7PkHnab3MYX2QpU8h2wZsQ%2BUxXzndnEI1PpaomjzfwBDKYDZ7E5Hs%2B%2BC2v9aM%2BAykqHAlLbkxt%2FgrIWkNuJVIpu4Qbi2td%2BYQ%3D%3D--cZCeZHrcsft9Ffqa--LVU3j134IkfBsO%2FMq9lt6Q%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1966703529.1753286304; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 15:58:24 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 15:58:24 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C5BC:26221E:E45BBB:10DF00B:688106A0
Custom types · MadLadSquad/UntitledImGuiFramework Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Custom types
Stanislav Vasilev edited this page Feb 4, 2025
·
5 revisions
The framework defines the following custom types. You can see them all in the list below.
Caution
You shouldn't use containers from the standard C++ library directly. We provide custom definitions for all standard library containers with a custom allocator in order to allow for plugin support on Windows. It's good practice to use our custom types, but if you're not developing with plugin support in mind you're free to not obey this rule.
C & C++ types:
-
UImGui_FVector2
/FVector2
- 2D float vector -
UImGui_FVector
/FVector
- 3D float vector -
UImGui_FVector4
/FVector4
- 4D float vector -
UImGui_String
/String
- C string a.k.a.const char*
C++ containers:
-
TFunction
- a macro that expands intostd::function
-
FString
- Equivalent tostd::string
-
FString8
- Equivalent tostd::string
-
FString16
- Equivalent tostd::u16string
-
FString32
- Equivalent tostd::u32string
-
FWString
- Equivalent tostd::wstring
-
TVector
- Equivalent tostd::vector
-
TQueue
- Equivalent tostd::queue
-
TDeque
- Equivalent tostd::deque
-
TPriorityQueue
- Equivalent tostd::priority_queue
-
TStack
- Equivalent tostd::stack
-
TForwardList
- Equivalent tostd::forward_list
-
TList
- Equivalent tostd::list
-
TUnorderedSet
- Equivalent tophmap::parallel_flat_hash_set
-
TSet
- Equivalent tophmap::btree_set
-
TSTDSet
- Equivalent tostd::set
-
TSTDUnorderedSet
- Equivalent tostd::unordered_set
-
TMultiset
- Equivalent tophmap::btree_multiset
-
TSTDMultiset
- Equivalent tostd::multiset
-
TSTDUnorderedMultiset
- Equivalent tostd::unordered_multiset
-
TMap
- Equivalent tophmap::btree_map
-
TSTDMap
- Equivalent tostd::map
-
TMultimap
- Equivalent tophmap::btree_multimap
-
TSTDMultimap
- Equivalent tostd::multimap
-
TSTDUnorderedMap
- Equivalent tostd::unordered_map
-
TUnorderedMap
- Equivalent tophmap::parallel_flat_hash_map
-
TSTDUnorderedMultimap
- Equivalent tostd::unordered_multimap
This project is supported by all the people who joined our discord server and became beta testers. If you want to join the discord you can click here.
- Home
- Beginner content
- Install guide
- Creating and using the UI components
- The Instance
- The Init Info struct
- Building better titlebar menus
- Textures
- Logging
- Unicode support
- Additional features
- Client-side bar
- Custom type definitions
- Memory management
- C API development
- Config files and Folders
- Interfaces
- Internal Event safety
- Customising the build system
- Modules system
- Collaborating with others
- Advanced content
- Developer and contributor resources
- Misc
Clone this wiki locally
You can’t perform that action at this time.