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
↓ 5 callers
Function
ImTextStrFromUtf8
UEDumper/Frontend/ImGui/imgui.cpp:1931
↓ 5 callers
Function
IsActiveIdUsingKey
UEDumper/Frontend/ImGui/imgui_internal.h:2707
↓ 5 callers
Function
IsLegacyKey
UEDumper/Frontend/ImGui/imgui_internal.h:2700
↓ 5 callers
Function
IsWindowActiveAndVisible
UEDumper/Frontend/ImGui/imgui.cpp:3960
↓ 5 callers
Function
STB_TEXTEDIT_DELETECHARS
UEDumper/Frontend/ImGui/imgui_widgets.cpp:4182
↓ 5 callers
Method
SelectAll
UEDumper/Frontend/ImGui/imgui.h:2115
↓ 5 callers
Function
SetActiveIdUsingKey
UEDumper/Frontend/ImGui/imgui_internal.h:2708
↓ 5 callers
Method
SetBit
UEDumper/Frontend/ImGui/imgui_internal.h:562
↓ 5 callers
Function
ShowExampleMenuFile
Note that shortcuts are currently provided for display only (future version will add explicit flags to BeginMenu() to request processing shortcuts)
UEDumper/Frontend/ImGui/imgui_demo.cpp:6422
↓ 5 callers
Function
TableGetColumnAvailSortDirection
UEDumper/Frontend/ImGui/imgui_tables.cpp:2635
↓ 5 callers
Function
_GetWIC
--------------------------------------------------------------------------------------
UEDumper/Frontend/Texture/WICTextureLoader/WICTextureLoader.cpp:202
↓ 5 callers
Method
binary
UEDumper/Resources/Json/json.hpp:7260
↓ 5 callers
Function
cend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
UEDumper/Resources/Json/json.hpp:21976
↓ 5 callers
Function
end
UEDumper/Frontend/ImGui/imgui.h:1816
↓ 5 callers
Function
escape
UEDumper/Resources/Json/json.hpp:2975
↓ 5 callers
Method
getPropertyClass
UEDumper/Engine/UEClasses/UnrealClasses.cpp:951
↓ 5 callers
Function
getSize
function that calculates the size for the given name
UEDumper/Engine/Userdefined/Datatypes.h:20
↓ 5 callers
Method
get_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
UEDumper/Resources/Json/json.hpp:6188
↓ 5 callers
Method
index_from_ptr
Utilities
UEDumper/Frontend/ImGui/imgui_internal.h:606
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
UEDumper/Resources/Json/json.hpp:12679
↓ 5 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result par
UEDumper/Resources/Json/json.hpp:12190
↓ 5 callers
Function
stb_textedit_delete_selection
delete the section
UEDumper/Frontend/ImGui/imstb_textedit.h:601
↓ 5 callers
Function
stb_textedit_move_to_first
move cursor to first character of selection
UEDumper/Frontend/ImGui/imstb_textedit.h:627
↓ 5 callers
Function
stbtt_GetFontOffsetForIndex
UEDumper/Frontend/ImGui/imstb_truetype.h:4950
↓ 5 callers
Function
stbtt_GetGlyphShape
UEDumper/Frontend/ImGui/imstb_truetype.h:2302
↓ 5 callers
Function
stbtt__csctx_rline_to
UEDumper/Frontend/ImGui/imstb_truetype.h:1955
↓ 5 callers
Method
swap
UEDumper/Frontend/ImGui/imgui_internal.h:687
↓ 5 callers
Method
valid
whether data has not yet been filled
UEDumper/Engine/Live/LiveMemory.h:24
↓ 4 callers
Method
CalcTextSizeA
UEDumper/Frontend/ImGui/imgui_draw.cpp:3432
↓ 4 callers
Method
DoForceClose
UEDumper/Frontend/ImGui/imgui_demo.cpp:7699
↓ 4 callers
Method
FindGlyphNoFallback
UEDumper/Frontend/ImGui/imgui_draw.cpp:3323
↓ 4 callers
Method
Get
UEDumper/Frontend/Texture/WICTextureLoader/WICTextureLoader.cpp:69
↓ 4 callers
Method
GetByIndex
UEDumper/Frontend/ImGui/imgui_internal.h:646
↓ 4 callers
Function
ImAcos01
UEDumper/Frontend/ImGui/imgui_draw.cpp:3826
↓ 4 callers
Function
ImFormatStringV
UEDumper/Frontend/ImGui/imgui.cpp:1694
↓ 4 callers
Function
ImParseFormatFindEnd
UEDumper/Frontend/ImGui/imgui_widgets.cpp:3719
↓ 4 callers
Function
ImParseFormatFindStart
We don't use strchr() because our strings are usually very short and often start with '%'
UEDumper/Frontend/ImGui/imgui_widgets.cpp:3706
↓ 4 callers
Function
ImParseFormatPrecision
Parse display precision back from the display format string FIXME: This is still used by some navigation code path to infer a minimum tweak step, but
UEDumper/Frontend/ImGui/imgui_widgets.cpp:3806
↓ 4 callers
Function
ImStrncpy
UEDumper/Frontend/ImGui/imgui.cpp:1551
↓ 4 callers
Function
InputTextCalcTextSizeW
UEDumper/Frontend/ImGui/imgui_widgets.cpp:4101
↓ 4 callers
Function
InputTextFilterCharacter
Return false to discard a character.
UEDumper/Frontend/ImGui/imgui_widgets.cpp:4337
↓ 4 callers
Function
IsActiveIdUsingNavDir
UEDumper/Frontend/ImGui/imgui_internal.h:2705
↓ 4 callers
Method
PassFilter
UEDumper/Frontend/ImGui/imgui.cpp:2350
↓ 4 callers
Method
PushTextureID
UEDumper/Frontend/ImGui/imgui_draw.cpp:614
↓ 4 callers
Function
STB_TEXTEDIT_GETWIDTH
UEDumper/Frontend/ImGui/imgui_widgets.cpp:4152
↓ 4 callers
Method
SetInt
FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (m
UEDumper/Frontend/ImGui/imgui.cpp:2241
↓ 4 callers
Function
TableSettingsCalcChunkSize
UEDumper/Frontend/ImGui/imgui_tables.cpp:3168
↓ 4 callers
Method
TestBit
UEDumper/Frontend/ImGui/imgui_internal.h:561
↓ 4 callers
Function
_grow_capacity
UEDumper/Frontend/ImGui/imgui.h:1824
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a
UEDumper/Resources/Json/json.hpp:12250
↓ 4 callers
Function
destroy
UEDumper/Resources/Json/json.hpp:19731
↓ 4 callers
Function
empty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
UEDumper/Resources/Json/json.hpp:13877
↓ 4 callers
Method
getOffset
UEDumper/Engine/UEClasses/UnrealClasses.cpp:378
↓ 4 callers
Function
get_arithmetic_value
UEDumper/Resources/Json/json.hpp:4608
↓ 4 callers
Method
get_binary
UEDumper/Resources/Json/json.hpp:11937
↓ 4 callers
Method
get_string
UEDumper/Resources/Json/json.hpp:11904
↓ 4 callers
Function
insert_iterator
UEDumper/Resources/Json/json.hpp:22435
↓ 4 callers
Function
is_boolean
@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/
UEDumper/Resources/Json/json.hpp:20486
↓ 4 callers
Function
is_separator
When ImGuiInputTextFlags_Password is set, we don't want actions such as CTRL+Arrow to leak the fact that underlying data are blanks or separators.
UEDumper/Frontend/ImGui/imgui_widgets.cpp:4169
↓ 4 callers
Method
jsonify
essentially for dumspace formatting
UEDumper/Engine/Core/EngineStructs.h:114
↓ 4 callers
Method
offset_from_ptr
UEDumper/Frontend/ImGui/imgui_internal.h:685
↓ 4 callers
Function
replace_substring
UEDumper/Resources/Json/json.hpp:2955
↓ 4 callers
Function
reserve
Resize a vector to a smaller size, guaranteed not to cause a reallocation
UEDumper/Frontend/ImGui/imgui.h:1828
↓ 4 callers
Method
set_end
set iterator to a defined past the end
UEDumper/Resources/Json/json.hpp:12673
↓ 4 callers
Function
stb_text_createundo
UEDumper/Frontend/ImGui/imstb_textedit.h:1203
↓ 4 callers
Function
stb_textedit_delete
delete characters while updating undo
UEDumper/Frontend/ImGui/imstb_textedit.h:593
↓ 4 callers
Function
stbtt_MakeGlyphBitmapSubpixel
UEDumper/Frontend/ImGui/imstb_truetype.h:3766
↓ 4 callers
Function
stbtt_ScaleForMappingEmToPixels
UEDumper/Frontend/ImGui/imstb_truetype.h:2671
↓ 4 callers
Function
stbtt__add_point
UEDumper/Frontend/ImGui/imstb_truetype.h:3555
↓ 4 callers
Function
stbtt__cff_index_get
UEDumper/Frontend/ImGui/imstb_truetype.h:1265
↓ 4 callers
Function
stbtt__csctx_v
UEDumper/Frontend/ImGui/imstb_truetype.h:1925
↓ 4 callers
Function
stbtt__oversample_shift
UEDumper/Frontend/ImGui/imstb_truetype.h:4144
↓ 4 callers
Method
write_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_t
UEDumper/Resources/Json/json.hpp:15653
↓ 3 callers
Method
AddCustomRectRegular
UEDumper/Frontend/ImGui/imgui_draw.cpp:2202
↓ 3 callers
Function
AddDrawListToDrawData
UEDumper/Frontend/ImGui/imgui.cpp:4633
↓ 3 callers
Function
CalcNextScrollFromScrollTargetAndClamp
UEDumper/Frontend/ImGui/imgui.cpp:8767
↓ 3 callers
Method
ClearAllBits
UEDumper/Frontend/ImGui/imgui_internal.h:559
↓ 3 callers
Method
ClearFreeMemory
UEDumper/Frontend/ImGui/imgui_draw.cpp:1676
↓ 3 callers
Function
ColorEditRestoreHS
ColorEdit supports RGB and HSV inputs. In case of RGB input resulting color may have undefined hue and/or saturation. Since widget displays both RGB a
UEDumper/Frontend/ImGui/imgui_widgets.cpp:5408
↓ 3 callers
Method
DoQueueClose
UEDumper/Frontend/ImGui/imgui_demo.cpp:7698
↓ 3 callers
Method
DoSave
UEDumper/Frontend/ImGui/imgui_demo.cpp:7700
↓ 3 callers
Function
DragFloat2
UEDumper/Frontend/ImGui/imgui.h:3005
↓ 3 callers
Function
EditTableSizingFlags
Show a combo box with a choice of sizing policies
UEDumper/Frontend/ImGui/imgui_demo.cpp:3649
↓ 3 callers
Function
FindFirstExistingGlyph
UEDumper/Frontend/ImGui/imgui_draw.cpp:3143
↓ 3 callers
Function
FindWindowNavFocusable
UEDumper/Frontend/ImGui/imgui.cpp:10829
↓ 3 callers
Function
Generate
UEDumper/Resources/Dumpspace/dumpspace.cpp:110
↓ 3 callers
Method
GetCharAdvance
UEDumper/Frontend/ImGui/imgui.h:2895
↓ 3 callers
Function
GetCombinedRootWindow
UEDumper/Frontend/ImGui/imgui.cpp:6996
↓ 3 callers
Function
GetDefaultFont
UEDumper/Frontend/ImGui/imgui_internal.h:2545
↓ 3 callers
Method
GetInt
UEDumper/Frontend/ImGui/imgui.cpp:2181
↓ 3 callers
Method
GetName
UEDumper/Frontend/ImGui/imgui_internal.h:1474
↓ 3 callers
Method
GetSpan
UEDumper/Frontend/ImGui/imgui_internal.h:628
↓ 3 callers
Function
GetStyleVarInfo
UEDumper/Frontend/ImGui/imgui.cpp:2881
↓ 3 callers
Method
GetVarPtr
UEDumper/Frontend/ImGui/imgui.cpp:2849
↓ 3 callers
Function
ImBitArrayTestBit
UEDumper/Frontend/ImGui/imgui_internal.h:533
↓ 3 callers
Function
ImCharIsBlankW
UEDumper/Frontend/ImGui/imgui_internal.h:335
↓ 3 callers
Function
ImFileOpen
UEDumper/Frontend/ImGui/imgui.cpp:1806
↓ 3 callers
Function
ImFormatStringToTempBuffer
UEDumper/Frontend/ImGui/imgui.cpp:1710
↓ 3 callers
Function
ImGuiListClipper_SeekCursorForItem
UEDumper/Frontend/ImGui/imgui.cpp:2564
↓ 3 callers
Function
ImTextStrToUtf8
UEDumper/Frontend/ImGui/imgui.cpp:2022
← previous
next →
201–300 of 2,435, ranked by callers