Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spuckwaffel/UEDumper
/ functions
Functions
2,435 in github.com/Spuckwaffel/UEDumper
⨍
Functions
2,435
◇
Types & classes
542
↓ 1 callers
Method
IsBuilt
4 bytes-per-pixel
UEDumper/Frontend/ImGui/imgui.h:2787
↓ 1 callers
Method
IsDataType
UEDumper/Frontend/ImGui/imgui.h:2147
↓ 1 callers
Method
IsGlyphRangeUnused
API is designed this way to avoid exposing the 4K page size e.g. use with IsGlyphRangeUnused(0, 255)
UEDumper/Frontend/ImGui/imgui_draw.cpp:3225
↓ 1 callers
Function
MenuBarHeight
UEDumper/Frontend/ImGui/imgui_internal.h:2154
↓ 1 callers
Function
NavClampRectToVisibleAreaForMoveDir
UEDumper/Frontend/ImGui/imgui.cpp:9674
↓ 1 callers
Function
NotifyOfDocumentsClosedElsewhere
[Optional] Notify the system of Tabs/Windows closure that happened outside the regular tab interface. If a tab has been closed programmatically (aka c
UEDumper/Frontend/ImGui/imgui_demo.cpp:7758
↓ 1 callers
Function
PathBezierCubicCurveToCasteljau
Closely mimics ImBezierCubicClosestPointCasteljau() in imgui.cpp
UEDumper/Frontend/ImGui/imgui_draw.cpp:1250
↓ 1 callers
Function
PathBezierQuadraticCurveToCasteljau
UEDumper/Frontend/ImGui/imgui_draw.cpp:1275
↓ 1 callers
Method
PrimRectUV
UEDumper/Frontend/ImGui/imgui_draw.cpp:683
↓ 1 callers
Method
Remove
UEDumper/Frontend/ImGui/imgui_internal.h:652
↓ 1 callers
Method
RenderText
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
UEDumper/Frontend/ImGui/imgui_draw.cpp:3542
↓ 1 callers
Function
RenderViewportsThumbnails
UEDumper/Frontend/ImGui/imgui.cpp:12240
↓ 1 callers
Method
Reset
UEDumper/Frontend/ImGui/imgui_internal.h:1266
↓ 1 callers
Function
STB_TEXTEDIT_KEYTOTEXT
UEDumper/Frontend/ImGui/imgui_widgets.cpp:4153
↓ 1 callers
Function
STB_TEXTEDIT_MOVEWORDRIGHT_MAC
UEDumper/Frontend/ImGui/imgui_widgets.cpp:4173
↓ 1 callers
Method
SetAllBits
UEDumper/Frontend/ImGui/imgui_internal.h:560
↓ 1 callers
Method
SetArenaBasePtr
UEDumper/Frontend/ImGui/imgui_internal.h:624
↓ 1 callers
Function
SetBit
UEDumper/Frontend/ImGui/imgui_internal.h:576
↓ 1 callers
Method
SetBitRange
UEDumper/Frontend/ImGui/imgui_internal.h:564
↓ 1 callers
Method
SetCircleTessellationMaxError
UEDumper/Frontend/ImGui/imgui_draw.cpp:386
↓ 1 callers
Method
SetToCurrentState
Save current stack sizes for later compare
UEDumper/Frontend/ImGui/imgui.cpp:8201
↓ 1 callers
Method
SetVoidPtr
UEDumper/Frontend/ImGui/imgui.cpp:2268
↓ 1 callers
Function
SetupViewportDrawData
UEDumper/Frontend/ImGui/imgui.cpp:4711
↓ 1 callers
Function
ShowDemoWindowColumns
Demonstrate old/legacy Columns API! [2020: Columns are under-featured and not maintained. Prefer using the more flexible and powerful BeginTable() API
UEDumper/Frontend/ImGui/imgui_demo.cpp:5451
↓ 1 callers
Function
ShowDemoWindowLayout
UEDumper/Frontend/ImGui/imgui_demo.cpp:2491
↓ 1 callers
Function
ShowDemoWindowMisc
UEDumper/Frontend/ImGui/imgui_demo.cpp:5657
↓ 1 callers
Function
ShowDemoWindowPopups
UEDumper/Frontend/ImGui/imgui_demo.cpp:3273
↓ 1 callers
Function
ShowDemoWindowTables
UEDumper/Frontend/ImGui/imgui_demo.cpp:3723
↓ 1 callers
Function
ShowDemoWindowWidgets
UEDumper/Frontend/ImGui/imgui_demo.cpp:567
↓ 1 callers
Function
ShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
UEDumper/Frontend/ImGui/imgui_demo.cpp:7238
↓ 1 callers
Function
ShowExampleAppConsole
UEDumper/Frontend/ImGui/imgui_demo.cpp:6855
↓ 1 callers
Function
ShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints.
UEDumper/Frontend/ImGui/imgui_demo.cpp:7263
↓ 1 callers
Function
ShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
UEDumper/Frontend/ImGui/imgui_demo.cpp:7438
↓ 1 callers
Function
ShowExampleAppDocuments
UEDumper/Frontend/ImGui/imgui_demo.cpp:7769
↓ 1 callers
Function
ShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
UEDumper/Frontend/ImGui/imgui_demo.cpp:7366
↓ 1 callers
Function
ShowExampleAppLayout
Demonstrate create a window with multiple child windows.
UEDumper/Frontend/ImGui/imgui_demo.cpp:7025
↓ 1 callers
Function
ShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
UEDumper/Frontend/ImGui/imgui_demo.cpp:6990
↓ 1 callers
Function
ShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
UEDumper/Frontend/ImGui/imgui_demo.cpp:7175
↓ 1 callers
Function
ShowExampleAppMainMenuBar
Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar
UEDumper/Frontend/ImGui/imgui_demo.cpp:6397
↓ 1 callers
Function
ShowExampleAppPropertyEditor
Demonstrate create a simple property editor.
UEDumper/Frontend/ImGui/imgui_demo.cpp:7139
↓ 1 callers
Function
ShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
UEDumper/Frontend/ImGui/imgui_demo.cpp:7318
↓ 1 callers
Function
ShowExampleAppWindowTitles
Demonstrate using "##" and "###" in identifiers to manipulate ID generation. This apply to all regular items as well. Read FAQ section "How can I have
UEDumper/Frontend/ImGui/imgui_demo.cpp:7404
↓ 1 callers
Function
ShowPlaceholderObject
UEDumper/Frontend/ImGui/imgui_demo.cpp:7091
↓ 1 callers
Function
ShowTableColumnsStatusFlags
UEDumper/Frontend/ImGui/imgui_demo.cpp:3715
↓ 1 callers
Function
SliderFloat4
UEDumper/Frontend/ImGui/imgui.h:3013
↓ 1 callers
Function
TableFixFlags
Helper
UEDumper/Frontend/ImGui/imgui_tables.cpp:264
↓ 1 callers
Function
UnpackBitVectorToFlatIndexList
UEDumper/Frontend/ImGui/imgui_draw.cpp:2333
↓ 1 callers
Method
Update
Helpers for internal use
UEDumper/Frontend/ImGui/imgui_widgets.cpp:7239
↓ 1 callers
Method
UpdateWorkRect
UEDumper/Frontend/ImGui/imgui_internal.h:1450
↓ 1 callers
Method
_CalcCircleAutoSegmentCount
UEDumper/Frontend/ImGui/imgui_draw.cpp:572
↓ 1 callers
Method
_ClearFreeMemory
UEDumper/Frontend/ImGui/imgui_draw.cpp:425
↓ 1 callers
Method
_TryMergeDrawCmds
Try to merge two last draw commands
UEDumper/Frontend/ImGui/imgui_draw.cpp:496
↓ 1 callers
Function
_read
* \brief read function (replace with your read logic) * \param address memory address to read from * \param buffer memory address to write to * \pa
UEDumper/Memory/driver.h:60
↓ 1 callers
Function
_write
* \brief write function (replace with your write logic) * \param address memory address to write to * \param buffer memory address to write from *
UEDumper/Memory/driver.h:82
↓ 1 callers
Function
addEnums
UEDumper/Engine/Userdefined/StructDefinitions.h:347
↓ 1 callers
Function
addStructs
add a struct that is only for visual purposes only for the editor. They will not appear in the SDK. for definitions that should appear, go to Engine/G
UEDumper/Engine/Userdefined/StructDefinitions.h:123
↓ 1 callers
Function
append_exponent
UEDumper/Resources/Json/json.hpp:17710
↓ 1 callers
Function
concat_into
UEDumper/Resources/Json/json.hpp:4194
↓ 1 callers
Function
concat_length
UEDumper/Resources/Json/json.hpp:4163
↓ 1 callers
Method
containsEdge
UEDumper/Frontend/StrucGraph.cpp:103
↓ 1 callers
Function
crbegin
@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/
UEDumper/Resources/Json/json.hpp:22013
↓ 1 callers
Function
crend
@brief returns a const reverse iterator to one before the first @sa https://json.nlohmann.me/api/basic_json/crend/
UEDumper/Resources/Json/json.hpp:22020
↓ 1 callers
Function
dump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a numb
UEDumper/Resources/Json/json.hpp:18682
↓ 1 callers
Function
erase
UEDumper/Resources/Json/json.hpp:19041
↓ 1 callers
Function
erase
UEDumper/Frontend/ImGui/imgui.h:1835
↓ 1 callers
Function
erase_unsorted
UEDumper/Frontend/ImGui/imgui.h:1837
↓ 1 callers
Method
findAllPaths
Function to find all paths from node A to node B in a DAG
UEDumper/Frontend/StrucGraph.cpp:119
↓ 1 callers
Function
find_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
UEDumper/Resources/Json/json.hpp:17274
↓ 1 callers
Function
fname_decrypt
use the Memory::read function for reading any memory.
UEDumper/Engine/Core/FName_decryption.h:25
↓ 1 callers
Function
format_buffer
UEDumper/Resources/Json/json.hpp:17762
↓ 1 callers
Method
getAllSupers
UEDumper/Engine/UEClasses/UnrealClasses.cpp:242
↓ 1 callers
Function
getEnumSizeFromType
UEDumper/Engine/Core/Core.cpp:406
↓ 1 callers
Function
getEnumTypeFromSize
UEDumper/Engine/Core/Core.cpp:397
↓ 1 callers
Method
getFunctionFlagsString
UEDumper/Engine/UEClasses/UnrealClasses.cpp:292
↓ 1 callers
Method
getNames
UEDumper/Engine/UEClasses/UnrealClasses.cpp:273
↓ 1 callers
Method
getOwnPointer
UEDumper/Engine/UEClasses/UnrealClasses.cpp:117
↓ 1 callers
Method
getSecondPackageName
UEDumper/Engine/UEClasses/UnrealClasses.cpp:164
↓ 1 callers
Function
getStringFromPropertyType
UEDumper/Engine/enums.h:84
↓ 1 callers
Function
get_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent
UEDumper/Resources/Json/json.hpp:17110
↓ 1 callers
Function
get_impl
UEDumper/Resources/Json/json.hpp:20812
↓ 1 callers
Function
get_impl_ptr
UEDumper/Resources/Json/json.hpp:20580
↓ 1 callers
Function
get_ptr
UEDumper/Resources/Json/json.hpp:20720
↓ 1 callers
Method
get_value
UEDumper/Resources/Json/json.hpp:12661
↓ 1 callers
Function
grisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <=
UEDumper/Resources/Json/json.hpp:17369
↓ 1 callers
Function
hash
UEDumper/Resources/Json/json.hpp:5952
↓ 1 callers
Function
init
in case you need to initialize anything BEFORE your com works, you can do this in here. this function IS NOT DESIGNED to already take the process name
UEDumper/Memory/driver.h:30
↓ 1 callers
Function
insert
UEDumper/Frontend/ImGui/imgui.h:1838
↓ 1 callers
Function
int_to_string
UEDumper/Resources/Json/json.hpp:5109
↓ 1 callers
Method
isPointer
UEDumper/Engine/Core/EngineStructs.h:108
↓ 1 callers
Function
is_negative_number
UEDumper/Resources/Json/json.hpp:18571
↓ 1 callers
Function
is_number
@brief return whether value is a number @sa https://json.nlohmann.me/api/basic_json/is_number/
UEDumper/Resources/Json/json.hpp:20493
↓ 1 callers
Function
is_structured
@brief return whether type is structured @sa https://json.nlohmann.me/api/basic_json/is_structured/
UEDumper/Resources/Json/json.hpp:20472
↓ 1 callers
Function
is_word_boundary_from_left
UEDumper/Frontend/ImGui/imgui_widgets.cpp:4171
↓ 1 callers
Function
loadData
* \brief use this function to initialize the target process * \param processName process name as input * \param baseAddress base address of the proc
UEDumper/Memory/driver.h:45
↓ 1 callers
Function
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UEDumper/Resources/Json/json.hpp:13407
↓ 1 callers
Method
operator+
add to iterator
UEDumper/Resources/Json/json.hpp:13632
↓ 1 callers
Function
operator+=
@brief add an object to an array @sa https://json.nlohmann.me/api/basic_json/operator+=/
UEDumper/Resources/Json/json.hpp:22282
↓ 1 callers
Function
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UEDumper/Resources/Json/json.hpp:13429
↓ 1 callers
Function
operator<
UEDumper/Resources/Json/json.hpp:2886
↓ 1 callers
Method
operator==
UEDumper/Resources/Json/json.hpp:12690
← previous
next →
601–700 of 2,435, ranked by callers