MCPcopy Create free account

hub / github.com/Spuckwaffel/UEDumper / functions

Functions2,435 in github.com/Spuckwaffel/UEDumper

↓ 2 callersFunctionStackToolFormatLevelInfo
UEDumper/Frontend/ImGui/imgui.cpp:13337
↓ 2 callersMethodStep
UEDumper/Frontend/ImGui/imgui.cpp:2642
↓ 2 callersFunctionTableSettingsInit
Clear and initialize empty settings instance
UEDumper/Frontend/ImGui/imgui_tables.cpp:3156
↓ 2 callersFunctionTableSetupColumnFlags
Adjust flags: default width mode + stretch columns are not allowed when auto extending
UEDumper/Frontend/ImGui/imgui_tables.cpp:657
↓ 2 callersFunctionTempInputIsActive
UEDumper/Frontend/ImGui/imgui_internal.h:2871
↓ 2 callersFunctionTitleBarHeight
UEDumper/Frontend/ImGui/imgui_internal.h:2152
↓ 2 callersFunctionUnpackAccumulativeOffsetsIntoRanges
UEDumper/Frontend/ImGui/imgui_draw.cpp:2850
↓ 2 callersFunctionUpdateWindowInFocusOrderList
UEDumper/Frontend/ImGui/imgui.cpp:5360
↓ 2 callersMethod_PopUnusedDrawCmd
Pop trailing draw command (used before merging or presenting to user) Note that this leaves the ImDrawList in a state unfit for further commands, as m
UEDumper/Frontend/ImGui/imgui_draw.cpp:464
↓ 2 callersMethod_ResetForNewFrame
Initialize before use in a new frame. We always have a command ready in the buffer.
UEDumper/Frontend/ImGui/imgui_draw.cpp:402
↓ 2 callersFunction_WICBitsPerPixel
---------------------------------------------------------------------------------
UEDumper/Frontend/Texture/WICTextureLoader/WICTextureLoader.cpp:239
↓ 2 callersFunction_WICToDXGI
---------------------------------------------------------------------------------
UEDumper/Frontend/Texture/WICTextureLoader/WICTextureLoader.cpp:227
↓ 2 callersFunction_getBaseAddress
* \brief gets the process base address. If you adjust the params, make sure to change them in memory.cpp too * \param processName the name of the pro
UEDumper/Memory/driver.h:94
↓ 2 callersMethodaddEdge
UEDumper/Frontend/StrucGraph.cpp:85
↓ 2 callersFunctionat
@brief access specified array element with bounds checking @sa https://json.nlohmann.me/api/basic_json/at/
UEDumper/Resources/Json/json.hpp:21103
↓ 2 callersFunctionattachToProcess
* \brief this function might not be needed for your driver, this just attaches to the process * \param pid process id of the target process */
UEDumper/Memory/driver.h:143
↓ 2 callersFunctionbasicDefinitions
UEDumper/Engine/Generation/BasicType.h:36
↓ 2 callersFunctioncompute_boundaries
UEDumper/Resources/Json/json.hpp:16971
↓ 2 callersFunctionemplace_back
UEDumper/Resources/Json/json.hpp:22378
↓ 2 callersFunctionequal
UEDumper/Frontend/ImGui/imstb_truetype.h:4470
↓ 2 callersFunctionerase_internal
UEDumper/Resources/Json/json.hpp:21732
↓ 2 callersFunctionfile_input_adapter
UEDumper/Resources/Json/json.hpp:6121
↓ 2 callersFunctionflatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
UEDumper/Resources/Json/json.hpp:23820
↓ 2 callersFunctionfrom_json_array_impl
UEDumper/Resources/Json/json.hpp:4751
↓ 2 callersFunctionfrom_json_inplace_array_impl
UEDumper/Resources/Json/json.hpp:4834
↓ 2 callersFunctionfrom_json_tuple_impl
UEDumper/Resources/Json/json.hpp:4940
↓ 2 callersMethodgetBitPosition
UEDumper/Engine/UEClasses/UnrealClasses.cpp:625
↓ 2 callersFunctiongrisu2
UEDumper/Resources/Json/json.hpp:17610
↓ 2 callersFunctiongrisu2_round
UEDumper/Resources/Json/json.hpp:17328
↓ 2 callersFunctionhex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("
UEDumper/Resources/Json/json.hpp:18560
↓ 2 callersMethodisBitField
UEDumper/Engine/UEClasses/UnrealClasses.h:611
↓ 2 callersFunctionisInside
UEDumper/Frontend/ImGui/imgui_widgets.cpp:742
↓ 2 callersMethodis_end
return whether the iterator is at end
UEDumper/Resources/Json/json.hpp:12685
↓ 2 callersMethodis_errored
UEDumper/Resources/Json/json.hpp:7115
↓ 2 callersFunctionis_number_unsigned
@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
UEDumper/Resources/Json/json.hpp:20507
↓ 2 callersFunctionis_word_boundary
UEDumper/Frontend/ImGui/imstb_textedit.h:650
↓ 2 callersFunctionis_word_boundary_from_right
UEDumper/Frontend/ImGui/imgui_widgets.cpp:4170
↓ 2 callersFunctionlittle_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.c
UEDumper/Resources/Json/json.hpp:9127
↓ 2 callersMethodnodes
UEDumper/Frontend/StrucGraph.cpp:203
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UEDumper/Resources/Json/json.hpp:13151
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UEDumper/Resources/Json/json.hpp:13202
↓ 2 callersFunctionparse
UEDumper/Resources/Json/json.hpp:23212
↓ 2 callersFunctionpop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
UEDumper/Resources/Json/json.hpp:13839
↓ 2 callersMethodptr_from_offset
UEDumper/Frontend/ImGui/imgui_internal.h:686
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
UEDumper/Resources/Json/json.hpp:8622
↓ 2 callersFunctionresize
UEDumper/Frontend/ImGui/imgui.h:1825
↓ 2 callersFunctionsetOffsets
UEDumper/Engine/Userdefined/Offsets.h:106
↓ 2 callersFunctionsize
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
UEDumper/Resources/Json/json.hpp:22113
↓ 2 callersFunctionskip_whitespace
UEDumper/Resources/Json/json.hpp:8802
↓ 2 callersFunctionsortPackages
UEDumper/Engine/Generation/packageSorter.h:13
↓ 2 callersFunctionstb_decompress_length
UEDumper/Frontend/ImGui/imgui_draw.cpp:4029
↓ 2 callersFunctionstb_text_locate_coord
traverse the layout to locate the nearest character to a display position
UEDumper/Frontend/ImGui/imstb_textedit.h:400
↓ 2 callersFunctionstb_text_makeundo_insert
UEDumper/Frontend/ImGui/imstb_textedit.h:1342
↓ 2 callersFunctionstb_text_makeundo_replace
UEDumper/Frontend/ImGui/imstb_textedit.h:1357
↓ 2 callersFunctionstb_textedit_click
API click: on mouse down, move the cursor to the clicked location, and reset the selection
UEDumper/Frontend/ImGui/imstb_textedit.h:460
↓ 2 callersFunctionstb_textedit_discard_undo
discard the oldest entry in the undo list
UEDumper/Frontend/ImGui/imstb_textedit.h:1127
↓ 2 callersFunctionstb_textedit_find_charpos
find the x/y location of a character, and remember info about the previous row in case we get a move-up event (for page up, we'll have to rescan)
UEDumper/Frontend/ImGui/imstb_textedit.h:520
↓ 2 callersFunctionstb_textedit_sortselection
canoncialize the selection so start <= end
UEDumper/Frontend/ImGui/imstb_textedit.h:617
↓ 2 callersFunctionstbrp__skyline_find_min_y
find minimum y position if it starts at x1
UEDumper/Frontend/ImGui/imstb_rectpack.h:291
↓ 2 callersFunctionstbtt_CompareUTF8toUTF16_bigendian_internal
UEDumper/Frontend/ImGui/imstb_truetype.h:4823
↓ 2 callersFunctionstbtt_GetCodepointBitmapBoxSubpixel
UEDumper/Frontend/ImGui/imstb_truetype.h:2749
↓ 2 callersFunctionstbtt_GetGlyphBitmapBox
UEDumper/Frontend/ImGui/imstb_truetype.h:2744
↓ 2 callersFunctionstbtt_GetGlyphBitmapSubpixel
UEDumper/Frontend/ImGui/imstb_truetype.h:3721
↓ 2 callersFunctionstbtt_GetGlyphBox
UEDumper/Frontend/ImGui/imstb_truetype.h:1630
↓ 2 callersFunctionstbtt_MakeCodepointBitmapSubpixel
UEDumper/Frontend/ImGui/imstb_truetype.h:3800
↓ 2 callersFunctionstbtt_PackFontRangesRenderIntoRects
rects array must be big enough to accommodate all characters in the given ranges
UEDumper/Frontend/ImGui/imstb_truetype.h:4216
↓ 2 callersFunctionstbtt_Rasterize
UEDumper/Frontend/ImGui/imstb_truetype.h:3703
↓ 2 callersFunctionstbtt__CompareUTF8toUTF16_bigendian_prefix
check if a utf8 string contains a prefix which is the utf16 string; if so return length of matching utf8 string
UEDumper/Frontend/ImGui/imstb_truetype.h:4784
↓ 2 callersFunctionstbtt__GetGlyphClass
UEDumper/Frontend/ImGui/imstb_truetype.h:2452
↓ 2 callersFunctionstbtt__GetGlyphInfoT2
UEDumper/Frontend/ImGui/imstb_truetype.h:2291
↓ 2 callersFunctionstbtt__buf_peek8
UEDumper/Frontend/ImGui/imstb_truetype.h:1145
↓ 2 callersFunctionstbtt__close_shape
UEDumper/Frontend/ImGui/imstb_truetype.h:1663
↓ 2 callersFunctionstbtt__csctx_close_shape
UEDumper/Frontend/ImGui/imstb_truetype.h:1941
↓ 2 callersFunctionstbtt__cuberoot
UEDumper/Frontend/ImGui/imstb_truetype.h:4543
↓ 2 callersFunctionstbtt__get_subrs
UEDumper/Frontend/ImGui/imstb_truetype.h:1359
↓ 2 callersFunctionstbtt__h_prefilter
UEDumper/Frontend/ImGui/imstb_truetype.h:4020
↓ 2 callersFunctionstbtt__hheap_alloc
UEDumper/Frontend/ImGui/imstb_truetype.h:2775
↓ 2 callersFunctionstbtt__hheap_cleanup
UEDumper/Frontend/ImGui/imstb_truetype.h:2802
↓ 2 callersFunctionstbtt__hheap_free
UEDumper/Frontend/ImGui/imstb_truetype.h:2796
↓ 2 callersFunctionstbtt__new_active
UEDumper/Frontend/ImGui/imstb_truetype.h:2840
↓ 2 callersFunctionstbtt__position_trapezoid_area
UEDumper/Frontend/ImGui/imstb_truetype.h:3077
↓ 2 callersFunctionstbtt__v_prefilter
UEDumper/Frontend/ImGui/imstb_truetype.h:4082
↓ 2 callersFunctionswap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
UEDumper/Resources/Json/json.hpp:22631
↓ 2 callersFunctionttLONG
UEDumper/Frontend/ImGui/imstb_truetype.h:1294
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
UEDumper/Resources/Json/json.hpp:14974
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
UEDumper/Resources/Json/json.hpp:15003
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
UEDumper/Resources/Json/json.hpp:15327
↓ 1 callersFunctionAdd
UEDumper/Frontend/ImGui/imgui_internal.h:520
↓ 1 callersMethodAddBezierCubic
Cubic Bezier takes 4 controls points
UEDumper/Frontend/ImGui/imgui_draw.cpp:1556
↓ 1 callersMethodAddBezierQuadratic
Quadratic Bezier takes 3 controls points
UEDumper/Frontend/ImGui/imgui_draw.cpp:1567
↓ 1 callersFunctionAddClass
UEDumper/Resources/Dumpspace/dumpspace.cpp:22
↓ 1 callersFunctionAddEnum
UEDumper/Resources/Dumpspace/dumpspace.cpp:37
↓ 1 callersMethodAddFocusEvent
UEDumper/Frontend/ImGui/imgui.cpp:1401
↓ 1 callersFunctionAddFunction
UEDumper/Resources/Dumpspace/dumpspace.cpp:27
↓ 1 callersMethodAddInputCharacterUTF16
UTF16 strings use surrogate pairs to encode codepoints >= 0x10000, so we should save the high surrogate.
UEDumper/Frontend/ImGui/imgui.cpp:1200
↓ 1 callersMethodAddNgon
Guaranteed to honor 'num_segments'
UEDumper/Frontend/ImGui/imgui_draw.cpp:1532
↓ 1 callersMethodAddNgonFilled
Guaranteed to honor 'num_segments'
UEDumper/Frontend/ImGui/imgui_draw.cpp:1544
↓ 1 callersFunctionAddOffset
UEDumper/Resources/Dumpspace/dumpspace.cpp:17
↓ 1 callersFunctionAddStruct
UEDumper/Resources/Dumpspace/dumpspace.cpp:32
↓ 1 callersFunctionAddWindowToDrawData
UEDumper/Frontend/ImGui/imgui.cpp:4668
← previousnext →401–500 of 2,435, ranked by callers