Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BobbyAnguelov/Esoterica
/ functions
Functions
15,937 in github.com/BobbyAnguelov/Esoterica
⨍
Functions
15,937
◇
Types & classes
3,969
↓ 6 callers
Function
GetCursorDisplayName
Code/Applications/Reflector/TypeReflection/Clang/ClangUtils.h:29
↓ 6 callers
Method
GetDebugName
Code/Engine/Animation/TaskSystem/Tasks/Animation_Task_IK.h:31
↓ 6 callers
Method
GetDistanceFromSegmentToPoint
Returns the shortest distance between the segment and the specified point
Code/Base/Math/Line.h:186
↓ 6 callers
Function
GetDragMode
Code/EngineTools/NodeGraph/NodeGraph_View.h:179
↓ 6 callers
Method
GetEndPoint
Code/Base/Math/Line.h:145
↓ 6 callers
Function
GetHash32
Code/Base/Encoding/Hash.h:19
↓ 6 callers
Method
GetIndex
Code/Base/ThirdParty/implot/implot_internal.h:401
↓ 6 callers
Method
GetInt
Code/Base/ThirdParty/imgui/imgui.cpp:2706
↓ 6 callers
Function
GetLastErrorMessage
Code/Base/Platform/PlatformUtils_Win32.cpp:119
↓ 6 callers
Method
GetLogicAndEventIDs
Code/EngineTools/Animation/ToolsGraph/Nodes/Animation_ToolsGraphNode_IDs.cpp:75
↓ 6 callers
Method
GetMaterial
Code/Engine/Physics/PhysicsMaterial.cpp:108
↓ 6 callers
Function
GetName
Gets the track's name (some tracks are renameable - for non-renameable tracks this is the same as the type label) Note: names are not guaranteed to be
Code/EngineTools/Timeline/Timeline.h:195
↓ 6 callers
Method
GetName
Code/Base/ThirdParty/imgui/imgui_internal.h:2033
↓ 6 callers
Method
GetNameID
Code/EngineTools/Animation/ResourceEditors/ResourceEditor_AnimationGraph.cpp:3613
↓ 6 callers
Function
GetNumBones
Code/EngineTools/Import/ImportedMesh.h:73
↓ 6 callers
Method
GetPinDirection
Code/EngineTools/NodeGraph/NodeGraph_FlowGraph.cpp:9
↓ 6 callers
Function
GetPoint
Code/Base/Math/Curves.h:30
↓ 6 callers
Function
GetQualifiedNameForType
Code/Applications/Reflector/TypeReflection/Clang/ClangUtils.h:61
↓ 6 callers
Method
GetResourceInfo
Code/Base/TypeSystem/TypeRegistry.cpp:389
↓ 6 callers
Method
GetText
Code/Base/ThirdParty/implot/implot_internal.h:597
↓ 6 callers
Method
GetTypeName
Code/EngineTools/Animation/Events/AnimationEventTracks.h:24
↓ 6 callers
Function
GetViewPosition
Code/Base/Render/RenderViewport.h:57
↓ 6 callers
Method
GetWarningMessage
Code/Applications/Reflector/TypeReflection/CodeGenerator.h:34
↓ 6 callers
Method
HasWarnings
Code/Applications/Reflector/TypeReflection/CodeGenerator.h:33
↓ 6 callers
Method
HeapEndPtr
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/string.h:445
↓ 6 callers
Function
ImBitArraySetBit
Code/Base/ThirdParty/imgui/imgui_internal.h:567
↓ 6 callers
Function
ImCharIsBlankA
Code/Base/ThirdParty/imgui/imgui_internal.h:377
↓ 6 callers
Function
ImFormatStringToTempBufferV
FIXME: Should rework API toward allowing multiple in-flight temp buffers (easier and safer for caller) by making the caller acquire a temp buffer toke
Code/Base/ThirdParty/imgui/imgui.cpp:2194
↓ 6 callers
Function
ImGui_ImplWin32_GetBackendData
Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
Code/Base/Imgui/Platform/ImguiPlatform_Win32.cpp:44
↓ 6 callers
Function
ImNan
Returns true if val is NAN
Code/Base/ThirdParty/implot/implot_internal.h:123
↓ 6 callers
Method
Initialize
Code/Base/Types/StringID.cpp:30
↓ 6 callers
Method
IntersectLine
Code/Base/Math/Plane.cpp:52
↓ 6 callers
Method
IsBoneTarget
Code/EngineTools/Animation/ToolsGraph/Nodes/Animation_ToolsGraphNode_Parameters.h:166
↓ 6 callers
Method
IsChildBoneOf
Code/EngineTools/Import/ImportedSkeleton.cpp:58
↓ 6 callers
Method
IsComplete
Code/Applications/ResourceServer/ResourceCompilationRequest.h:60
↓ 6 callers
Function
IsDirectoryPath
Is this a directory path
Code/Base/FileSystem/DataPath.h:100
↓ 6 callers
Method
IsInLayer
Are we currently in a layer
Code/Engine/Animation/Graph/Animation_RuntimeGraph_Context.h:75
↓ 6 callers
Method
IsLeaf
Code/EngineTools/Resource/Tools/EditorTool_ResourceImporter.cpp:450
↓ 6 callers
Function
IsOdd
Code/Base/Math/Math.h:206
↓ 6 callers
Method
IsSet
Is the range initialized
Code/Base/Math/NumericRange.h:212
↓ 6 callers
Function
IsValid
Code/Base/Types/UUID.h:47
↓ 6 callers
Function
IsValid
Code/Base/TypeSystem/PropertyPath.h:64
↓ 6 callers
Function
IsValidInputID
Code/Base/Input/Input.h:177
↓ 6 callers
Function
IsViewingFlowGraph
Code/EngineTools/NodeGraph/NodeGraph_View.h:119
↓ 6 callers
Function
ItemIcon
Code/Base/ThirdParty/implot/implot.cpp:4822
↓ 6 callers
Function
LogWarning
Code/EngineTools/Import/ImportedData.h:45
↓ 6 callers
Method
NotifySelectionChanged
Code/EngineTools/NodeGraph/NodeGraph_UserContext.cpp:55
↓ 6 callers
Method
PassFilter
Code/Base/ThirdParty/imgui/imgui.cpp:2869
↓ 6 callers
Function
PreUndoRedo
Called immediately before we execute an undo or redo action - undo/redo commands occur before the tool "update" call
Code/EngineTools/Core/EditorTool.h:212
↓ 6 callers
Method
PrimReserve
Reserve space for a number of vertices and indices. You must finish filling your reserved data before calling PrimReserve() again, as it may reallocat
Code/Base/ThirdParty/imgui/imgui_draw.cpp:664
↓ 6 callers
Method
ReadDependencyIndex
Code/Engine/Animation/TaskSystem/Animation_TaskSerializer.cpp:115
↓ 6 callers
Method
RebuildTree
Code/EngineTools/Widgets/TreeListView.cpp:234
↓ 6 callers
Method
RegisterResource
Code/Applications/Reflector/TypeReflection/ReflectionDatabase.cpp:323
↓ 6 callers
Method
RequestOpenResource
Code/EngineTools/NodeGraph/NodeGraph_UserContext.cpp:49
↓ 6 callers
Function
ResetStatusMessage
Code/EngineTools/Timeline/Timeline.h:281
↓ 6 callers
Function
STB_TEXTEDIT_INSERTCHARS
Code/Base/ThirdParty/imgui/imgui_widgets.cpp:4061
↓ 6 callers
Method
SelectAll
Code/Base/ThirdParty/imgui/imgui_widgets.cpp:4172
↓ 6 callers
Method
SetBit
Code/Base/ThirdParty/imgui/imgui_internal.h:593
↓ 6 callers
Method
SetDependency
Code/Base/ThirdParty/EnkiTS/TaskScheduler.h:520
↓ 6 callers
Function
SetExpanded
Code/EngineTools/Widgets/TreeListView.h:98
↓ 6 callers
Method
SetIndexBuffer
Code/Base/Render/Platform/RenderContext_DX11.cpp:318
↓ 6 callers
Method
SetInt
Code/Base/Settings/IniFile.cpp:210
↓ 6 callers
Function
SetNextFillStyle
Code/Base/ThirdParty/implot/implot_items.cpp:328
↓ 6 callers
Method
SetRange
Code/Base/ThirdParty/implot/implot_internal.h:755
↓ 6 callers
Method
SetRecordedFrameUpdateData
Code/Engine/Animation/Graph/Animation_RuntimeGraph_Instance.cpp:890
↓ 6 callers
Function
SetValue
Code/Engine/Animation/Graph/Animation_RuntimeGraph_Node.h:338
↓ 6 callers
Method
SetViewport
Code/Base/Render/Platform/RenderContext_DX11.cpp:326
↓ 6 callers
Function
SetupAxisScale
Code/Base/ThirdParty/implot/implot.cpp:2219
↓ 6 callers
Method
Shutdown
Code/Base/Types/StringID.cpp:40
↓ 6 callers
Function
SignedDistanceToPoint
Code/Base/Math/Plane.h:145
↓ 6 callers
Function
Sin
Code/Base/Math/Math.h:23
↓ 6 callers
Function
Sqrt
Code/Base/Math/Math.h:38
↓ 6 callers
Method
Start
Code/Base/Time/Timers.h:25
↓ 6 callers
Function
TabBarGetTabOrder
Code/Base/ThirdParty/imgui/imgui_internal.h:3625
↓ 6 callers
Function
TabItemGetSectionIdx
Code/Base/ThirdParty/imgui/imgui_widgets.cpp:9141
↓ 6 callers
Method
ToFloat
Code/Base/Time/Time.h:152
↓ 6 callers
Method
ToMilliseconds
Code/Base/Time/Time.h:263
↓ 6 callers
Function
TryLoadResourceDescriptor
Code/EngineTools/Resource/ResourceCompiler.h:181
↓ 6 callers
Function
TryWriteToFile
Code/EngineTools/Resource/ResourceDescriptor.h:37
↓ 6 callers
Function
Update
Optional update run before we update the world at each stage
Code/Engine/ToolsUI/IDevelopmentToolsUI.h:44
↓ 6 callers
Method
Update
Called to update this action, this will be called directly after the try start if it succeeds
Code/Game/AI/Behaviors/AIBehavior.h:141
↓ 6 callers
Method
UpdateWorkRect
Code/Base/ThirdParty/imgui/imgui_internal.h:2002
↓ 6 callers
Method
UpdateWorlds
Code/Engine/Entity/EntityWorldManager.cpp:158
↓ 6 callers
Method
WriteDependencyIndex
Code/Engine/Animation/TaskSystem/Animation_TaskSerializer.cpp:83
↓ 6 callers
Function
WriteType
Code/Base/Serialization/TypeSerialization.cpp:567
↓ 6 callers
Function
XXH3_mergeAccs
Code/Base/ThirdParty/xxhash/xxhash.h:5569
↓ 6 callers
Function
XXH_xorshift64
! Seems to produce slightly better code on GCC for some reason. */
Code/Base/ThirdParty/xxhash/xxhash.h:4183
↓ 6 callers
Function
_rpmalloc_inc_span_statistics
Code/Base/ThirdParty/rpmalloc/rpmalloc.c:1826
↓ 6 callers
Method
assign
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/list.h:1145
↓ 6 callers
Function
atomic_load64
Code/Base/ThirdParty/rpmalloc/rpmalloc.c:284
↓ 6 callers
Method
begin
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/bitvector.h:761
↓ 6 callers
Method
begin
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/internal/red_black_tree.h:898
↓ 6 callers
Method
can_allocate
can_allocate Returns true if there are any free links.
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/internal/fixed_pool.h:200
↓ 6 callers
Function
cgltf_fill_float_array
Code/EngineTools/ThirdParty/cgltf/cgltf.h:2518
↓ 6 callers
Method
child_value
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:5768
↓ 6 callers
Method
count
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/map.h:374
↓ 6 callers
Function
cp_swap
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/bonus/compressed_pair.h:109
↓ 6 callers
Method
deallocate_string
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:688
↓ 6 callers
Method
dequeue
Code/Base/ThirdParty/concurrentqueue/concurrentqueue.h:1714
↓ 6 callers
Function
destroy
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/memory.h:1396
← previous
next →
1,101–1,200 of 15,937, ranked by callers