MCPcopy Create free account

hub / github.com/Spuckwaffel/UEDumper / functions

Functions2,435 in github.com/Spuckwaffel/UEDumper

MethodClearDragDrop
UEDumper/Frontend/ImGui/imgui.cpp:11080
MethodClearFlags
UEDumper/Frontend/ImGui/imgui_internal.h:1089
MethodClearFonts
UEDumper/Frontend/ImGui/imgui_draw.cpp:2025
MethodClearFreeMemory
UEDumper/Frontend/ImGui/imgui_internal.h:747
MethodClearIniSettings
UEDumper/Frontend/ImGui/imgui.cpp:11757
MethodClearInputCharacters
UEDumper/Frontend/ImGui/imgui.cpp:1247
MethodClearInputData
UEDumper/Frontend/ImGui/imgui_draw.cpp:1989
MethodClearLog
UEDumper/Frontend/ImGui/imgui_demo.cpp:6548
FunctionClearSelection
UEDumper/Frontend/ImGui/imgui_internal.h:1034
FunctionClearText
UEDumper/Frontend/ImGui/imgui_internal.h:1024
FunctionClipWith
UEDumper/Frontend/ImGui/imgui_internal.h:527
FunctionClipWithFull
Simple version, may lead to an inverted rectangle, which is fine for Contains/Overlaps test but not for display.
UEDumper/Frontend/ImGui/imgui_internal.h:528
MethodCloneOutput
UEDumper/Frontend/ImGui/imgui_draw.cpp:440
MethodCloseButton
Button to close a window
UEDumper/Frontend/ImGui/imgui_widgets.cpp:1165
MethodCloseCurrentPopup
Close the popup we have begin-ed into.
UEDumper/Frontend/ImGui/imgui.cpp:9280
MethodClosePopupToLevel
UEDumper/Frontend/ImGui/imgui.cpp:9252
MethodClosePopupsExceptModals
UEDumper/Frontend/ImGui/imgui.cpp:9237
MethodClosePopupsOverWindow
When popups are stacked, clicking on a lower level popups puts focus back to it and close popups above it. This function closes any popups that are ov
UEDumper/Frontend/ImGui/imgui.cpp:9193
MethodCollapseButton
UEDumper/Frontend/ImGui/imgui_widgets.cpp:1203
MethodCollapsingHeader
CollapsingHeader returns true when opened but do not indent nor push into the ID stack (because of the ImGuiTreeNodeFlags_NoTreePushOnOpen flag). This
UEDumper/Frontend/ImGui/imgui_widgets.cpp:6683
MethodColorButton
A little color square. Return true when clicked. FIXME: May want to display/ignore the alpha component in the color display? Yet show it in the toolti
UEDumper/Frontend/ImGui/imgui_widgets.cpp:6060
MethodColorConvertFloat4ToU32
UEDumper/Frontend/ImGui/imgui.cpp:2076
MethodColorConvertHSVtoRGB
Convert hsv floats ([0-1],[0-1],[0-1]) to rgb floats ([0-1],[0-1],[0-1]), from Foley & van Dam p593 also http://en.wikipedia.org/wiki/HSL_and_HSV
UEDumper/Frontend/ImGui/imgui.cpp:2110
MethodColorConvertRGBtoHSV
Convert rgb floats ([0-1],[0-1],[0-1]) to hsv floats ([0-1],[0-1],[0-1]), from Foley & van Dam p592 Optimized http://lolengine.net/blog/2013/01/13/fas
UEDumper/Frontend/ImGui/imgui.cpp:2088
MethodColorConvertU32ToFloat4
UEDumper/Frontend/ImGui/imgui.cpp:2066
MethodColorEdit3
UEDumper/Frontend/ImGui/imgui_widgets.cpp:5401
MethodColorEdit4
Edit colors components (each component in 0.0f..1.0f range). See enum ImGuiColorEditFlags_ for available options. e.g. Only access 3 floats if ImGuiCo
UEDumper/Frontend/ImGui/imgui_widgets.cpp:5433
MethodColorEditOptionsPopup
UEDumper/Frontend/ImGui/imgui_widgets.cpp:6194
MethodColorPicker3
UEDumper/Frontend/ImGui/imgui_widgets.cpp:5666
MethodColorPicker4
Note: ColorPicker4() only accesses 3 floats if ImGuiColorEditFlags_NoAlpha flag is set. (In C++ the 'float col[4]' notation for a function argument is
UEDumper/Frontend/ImGui/imgui_widgets.cpp:5689
MethodColorPickerOptionsPopup
UEDumper/Frontend/ImGui/imgui_widgets.cpp:6245
MethodColorTooltip
Note: only access 3 floats if ImGuiColorEditFlags_NoAlpha flag is set.
UEDumper/Frontend/ImGui/imgui_widgets.cpp:6160
MethodColumns
UEDumper/Frontend/ImGui/imgui_tables.cpp:4048
MethodCombo
Old API, prefer using BeginCombo() nowadays if you can.
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2289
MethodCompareWithSortSpecs
UEDumper/Frontend/ImGui/imgui_demo.cpp:3603
FunctionContains
Bottom-right
UEDumper/Frontend/ImGui/imgui_internal.h:517
FunctionCreate
UEDumper/Frontend/ImGui/imgui_internal.h:573
MethodCreateContext
UEDumper/Frontend/ImGui/imgui.cpp:3720
MethodCreateNewWindowSettings
UEDumper/Frontend/ImGui/imgui.cpp:11695
FunctionCreateWICTextureFromFile
--------------------------------------------------------------------------------------
UEDumper/Frontend/Texture/WICTextureLoader/WICTextureLoader.cpp:618
MethodCross
UEDumper/Frontend/ImGui/imgui_widgets.cpp:1246
MethodDataTypeApplyFromText
User can input math operators (e.g. +100) to edit a numerical values. NB: This is _not_ a full expression evaluator. We should probably add one and re
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2492
MethodDataTypeApplyOp
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2440
MethodDataTypeClamp
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2570
FunctionDataTypeClampT
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2562
MethodDataTypeCompare
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2541
FunctionDataTypeCompareT
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2534
MethodDataTypeFormatString
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2417
MethodDataTypeGetInfo
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2411
MethodDeIndexAllBuffers
For backward compatibility: convert all buffers from indexed to de-indexed, in case you cannot render indexed. Note: this is slow and most likely a wa
UEDumper/Frontend/ImGui/imgui_draw.cpp:1820
MethodDebugCheckVersionAndDataLayout
Helper function to verify ABI compatibility between caller code and compiled version of Dear ImGui. Verify that the type sizes are matching between th
UEDumper/Frontend/ImGui/imgui.cpp:8021
FunctionDebugDrawItemRect
UEDumper/Frontend/ImGui/imgui_internal.h:2898
MethodDebugHookIdInfo
[DEBUG] Stack tool: hooks called by GetID() family functions
UEDumper/Frontend/ImGui/imgui.cpp:13290
MethodDebugLog
UEDumper/Frontend/ImGui/imgui.cpp:13169
MethodDebugLogV
UEDumper/Frontend/ImGui/imgui.cpp:13177
MethodDebugNodeColumns
[DEBUG] Display contents of Columns
UEDumper/Frontend/ImGui/imgui.cpp:12758
MethodDebugNodeDrawCmdShowMeshAndBoundingBox
[DEBUG] Display mesh/aabb of a ImDrawCmd
UEDumper/Frontend/ImGui/imgui.cpp:12863
MethodDebugNodeDrawList
[DEBUG] Display contents of ImDrawList
UEDumper/Frontend/ImGui/imgui.cpp:12769
MethodDebugNodeFont
[DEBUG] Display details for a single font, called by ShowStyleEditor().
UEDumper/Frontend/ImGui/imgui.cpp:12893
MethodDebugNodeFontGlyph
UEDumper/Frontend/ImGui/imgui.cpp:12984
MethodDebugNodeInputTextState
UEDumper/Frontend/ImGui/imgui_widgets.cpp:5352
MethodDebugNodeStorage
[DEBUG] Display contents of ImGuiStorage
UEDumper/Frontend/ImGui/imgui.cpp:12995
MethodDebugNodeTabBar
[DEBUG] Display contents of ImGuiTabBar
UEDumper/Frontend/ImGui/imgui.cpp:13008
MethodDebugNodeTable
UEDumper/Frontend/ImGui/imgui_tables.cpp:3535
MethodDebugNodeTableSettings
UEDumper/Frontend/ImGui/imgui_tables.cpp:3599
MethodDebugNodeViewport
UEDumper/Frontend/ImGui/imgui.cpp:13050
MethodDebugNodeWindow
UEDumper/Frontend/ImGui/imgui.cpp:13070
MethodDebugNodeWindowSettings
UEDumper/Frontend/ImGui/imgui.cpp:13128
MethodDebugNodeWindowsList
UEDumper/Frontend/ImGui/imgui.cpp:13134
MethodDebugNodeWindowsListByBeginStackParent
FIXME-OPT: This is technically suboptimal, but it is simpler this way.
UEDumper/Frontend/ImGui/imgui.cpp:13148
MethodDebugRenderViewportThumbnail
UEDumper/Frontend/ImGui/imgui.cpp:12210
MethodDebugTextEncoding
Helper tool to diagnose between text encoding issues and font loading issues. Pass your UTF-8 string and verify that there are correct.
UEDumper/Frontend/ImGui/imgui.cpp:12262
MethodDecryptBlock
UEDumper/Resources/AES/AES.cpp:193
MethodDecryptCBC
UEDumper/Resources/AES/AES.cpp:93
MethodDecryptCFB
UEDumper/Resources/AES/AES.cpp:134
MethodDestroyContext
UEDumper/Frontend/ImGui/imgui.cpp:3731
MethodDisplayContents
Display placeholder contents for the Document
UEDumper/Frontend/ImGui/imgui_demo.cpp:7703
MethodDisplayContextMenu
Display context menu for the Document
UEDumper/Frontend/ImGui/imgui_demo.cpp:7720
MethodDisplayNode
UEDumper/Frontend/ImGui/imgui_demo.cpp:4760
MethodDragBehavior
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2759
MethodDragBehaviorT
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2644
MethodDragFloat
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2920
MethodDragFloat2
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2925
MethodDragFloat3
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2930
MethodDragFloat4
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2935
MethodDragFloatRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2941
MethodDragInt
NB: v_speed is float to allow adjusting the drag speed with more precision
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2974
MethodDragInt2
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2979
MethodDragInt3
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2984
MethodDragInt4
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2989
MethodDragIntRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2995
MethodDragScalar
Note: p_data, p_min and p_max are _pointers_ to a memory address holding the data. For a Drag widget, p_min and p_max are optional. Read code of e.g.
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2797
MethodDragScalarN
UEDumper/Frontend/ImGui/imgui_widgets.cpp:2885
FunctionDraw
Demonstrate creating a simple console window, with scrolling, filtering, completion and history. For the console example, we are using a more C++ like
UEDumper/Frontend/ImGui/imgui_demo.cpp:6508
MethodDrawCircleProgress
UEDumper/Frontend/ImGui/imgui_widgets.cpp:729
MethodDummy
UEDumper/Frontend/ImGui/imgui_widgets.cpp:1812
MethodDumpProgress
UEDumper/Frontend/Windows/DumpProgress.cpp:13
MethodEditWindow
UEDumper/Frontend/Windows/EditWindow.cpp:303
MethodEncryptBlock
UEDumper/Resources/AES/AES.cpp:162
MethodEncryptCBC
UEDumper/Resources/AES/AES.cpp:73
← previousnext →901–1,000 of 2,435, ranked by callers