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
↓ 18 callers
Method
Add
Add a new item
Code/Base/Types/IDVector.h:49
↓ 18 callers
Method
Exists
Code/Base/FileSystem/FileSystemPath.cpp:126
↓ 18 callers
Method
GetCenter
Code/Engine/ThirdParty/RKIK/rkbody.h:50
↓ 18 callers
Function
GetCurrentWindowRead
Code/Base/ThirdParty/imgui/imgui_internal.h:3175
↓ 18 callers
Method
GetEmptySampledEventRange
Code/Engine/Animation/Graph/Animation_RuntimeGraph_Context.h:78
↓ 18 callers
Method
GetErrorMessage
Code/Applications/Reflector/TypeReflection/CodeGenerator.h:31
↓ 18 callers
Function
GetPlotDrawList
Code/Base/ThirdParty/implot/implot.cpp:4847
↓ 18 callers
Function
ImTextCharFromUtf8
Code/Base/ThirdParty/imgui/imgui.cpp:2379
↓ 18 callers
Function
Initialize
Code/Base/Memory/Memory.cpp:32
↓ 18 callers
Function
IsColorAuto
Returns true if a color is set to be automatically determined
Code/Base/ThirdParty/implot/implot_internal.h:1443
↓ 18 callers
Method
MatchesFilter
Code/Base/Imgui/ImguiX.cpp:1107
↓ 18 callers
Function
Message
Code/Base/Network/IPC/IPCMessage.h:31
↓ 18 callers
Method
Negate
Code/Base/ThirdParty/EA/EABase/include/Common/EABase/int128.h:805
↓ 18 callers
Method
OnKeyPressed
Code/Base/ThirdParty/imgui/imgui_widgets.cpp:4146
↓ 18 callers
Function
UnloadResource
Code/Base/Resource/ResourceSystem.h:105
↓ 18 callers
Method
as_string
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:5267
↓ 18 callers
Function
cgltf_parse_json_float_array
Code/EngineTools/ThirdParty/cgltf/cgltf.h:2526
↓ 18 callers
Function
cgltf_parse_json_texture_view
Code/EngineTools/ThirdParty/cgltf/cgltf.h:3512
↓ 18 callers
Function
cgltf_write_floatarrayprop
Code/EngineTools/ThirdParty/cgltf/cgltf_write.h:279
↓ 18 callers
Function
stbtt__handle_clipped_edge
the edge passed in here does not cross the vertical line at x or the vertical line at x+1 (i.e. it has already been clipped to those)
Code/Base/ThirdParty/imgui/imstb_truetype.h:3033
↓ 18 callers
Function
stbtt__handle_clipped_edge
the edge passed in here does not cross the vertical line at x or the vertical line at x+1 (i.e. it has already been clipped to those)
Code/Base/ThirdParty/stb/stb_truetype.h:1876
↓ 18 callers
Function
strlength
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:223
↓ 18 callers
Function
swap
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/internal/hashtable.h:3112
↓ 18 callers
Function
ttULONG
Code/Base/ThirdParty/imgui/imstb_truetype.h:1293
↓ 18 callers
Function
unwrap_iterator
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/iterator.h:233
↓ 17 callers
Method
ApplyRequests
Apply requests coming from BeginMultiSelect() and EndMultiSelect(). - Enable 'Demo->Tools->Debug Log->Selection' to see selection requests as they hap
Code/Base/ThirdParty/imgui/imgui_widgets.cpp:8111
↓ 17 callers
Function
BeginDisabledControls
Code/Base/ThirdParty/implot/implot.cpp:1333
↓ 17 callers
Method
Clear
Code/EngineTools/FileSystem/FileRegistry.cpp:85
↓ 17 callers
Function
EndDisabledControls
Code/Base/ThirdParty/implot/implot.cpp:1340
↓ 17 callers
Function
EndDragDropSource
Code/Base/ThirdParty/implot/implot.cpp:4336
↓ 17 callers
Method
GetAllDerivedTypes
Code/Base/TypeSystem/TypeRegistry.cpp:247
↓ 17 callers
Method
GetBoneIndex
Code/Engine/Render/Mesh/SkeletalMesh.cpp:13
↓ 17 callers
Method
GetBoneModelSpaceTransform
Code/Engine/Animation/AnimationSkeleton.cpp:13
↓ 17 callers
Method
GetMap
Code/Engine/Entity/EntityWorld.cpp:402
↓ 17 callers
Function
ImPlotRange
Code/Base/ThirdParty/implot/implot.h:485
↓ 17 callers
Method
IsDelaunay
Code/EngineTools/ThirdParty/delabella/delabella.h:35
↓ 17 callers
Method
IsSetAndValid
Is the range set and valid
Code/Base/Math/NumericRange.h:218
↓ 17 callers
Method
IsTypeInstanceProperty
Code/Applications/Reflector/TypeReflection/ReflectedProperty.h:33
↓ 17 callers
Method
Next
Code/EngineTools/ThirdParty/delabella/delabella.cpp:217
↓ 17 callers
Function
Round
Code/Base/Math/Math.h:161
↓ 17 callers
Function
Transform
Code/Base/Math/Transform.h:60
↓ 17 callers
Method
get
get Returns the owned pointer. Note that this class does not provide an operator T() function. This is because such a thing (automatic conversion) is
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/shared_ptr.h:810
↓ 17 callers
Method
get
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/bonus/tuple_vector.h:1181
↓ 17 callers
Function
iter_swap
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/utility.h:239
↓ 17 callers
Method
next_chunk
Code/Base/ThirdParty/imgui/imgui_internal.h:711
↓ 17 callers
Method
next_sibling
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:5674
↓ 17 callers
Function
to_string
to_string Converts integral types to an eastl::string with the same content that sprintf produces. The following implementation provides a type safe
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/string.h:4166
↓ 16 callers
Method
Clear
Code/EngineTools/Animation/ResourceEditors/ResourceEditor_AnimationGraph.h:145
↓ 16 callers
Function
DrawLine
Code/Base/Drawing/DebugDrawing.h:64
↓ 16 callers
Function
FromBfx
Code/Engine/Navmesh/NavPower.h:23
↓ 16 callers
Method
GetAsDegrees
Code/Base/Math/Math.h:1066
↓ 16 callers
Method
GetEdgeBits
Code/EngineTools/ThirdParty/delabella/delabella.cpp:193
↓ 16 callers
Method
GetFilenameWithoutExtension
Code/Base/FileSystem/DataPath.cpp:254
↓ 16 callers
Method
GetIsComplete
Code/Base/ThirdParty/EnkiTS/TaskScheduler.h:108
↓ 16 callers
Function
GetSecondaryGraph
Get the secondary graph for this node
Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.h:216
↓ 16 callers
Method
HasTasks
Do we have any tasks
Code/Engine/Animation/AnimationBoneMask.h:316
↓ 16 callers
Function
IM_DELETE
Code/Base/ThirdParty/imgui/imgui.h:2132
↓ 16 callers
Method
IsValid
Code/Applications/ResourceServer/ResourceServerContext.cpp:7
↓ 16 callers
Method
IsValid
Code/Applications/Reflector/TypeReflection/Clang/ClangParserContext.h:24
↓ 16 callers
Method
IsVisible
Code/EngineTools/Resource/Tools/EditorTool_ResourceImporter.cpp:103
↓ 16 callers
Function
Matrix
Code/Base/Math/Matrix.h:46
↓ 16 callers
Method
PathLineTo
Code/Base/ThirdParty/imgui/imgui.h:3263
↓ 16 callers
Method
PixelsToPlot
Code/Base/ThirdParty/implot/implot_internal.h:829
↓ 16 callers
Function
PlotBars
Code/Base/ThirdParty/implot/implot_items.cpp:1871
↓ 16 callers
Method
PopClipRect
Code/Base/ThirdParty/imgui/imgui.cpp:5628
↓ 16 callers
Method
PushClipRect
Push a clipping rectangle for both ImGui logic (hit-testing etc.) and low-level ImDrawList rendering. - When using this function it is sane to ensure
Code/Base/ThirdParty/imgui/imgui.cpp:5621
↓ 16 callers
Function
RefreshDynamicPins
Called after we create, destroy or modify node state
Code/EngineTools/NodeGraph/NodeGraph_FlowGraph.h:276
↓ 16 callers
Method
Release
Code/Engine/Animation/TaskSystem/Animation_TaskPosePool.cpp:25
↓ 16 callers
Function
SListNodeGetPrevious
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/slist.h:457
↓ 16 callers
Function
STB_TEXTEDIT_GETCHAR
Code/Base/ThirdParty/imgui/imgui_widgets.cpp:3938
↓ 16 callers
Method
SetCurrentChannel
Code/Base/ThirdParty/imgui/imgui_draw.cpp:2180
↓ 16 callers
Method
ToDirectionAndLength3
Code/Base/Math/Vector.h:1866
↓ 16 callers
Method
WasInitialized
Code/Base/Render/Platform/RenderDevice_DX11.cpp:54
↓ 16 callers
Method
WriteToFile
Code/Base/Serialization/BinarySerialization.cpp:368
↓ 16 callers
Function
cgltf_write_stritem
Code/EngineTools/ThirdParty/cgltf/cgltf_write.h:222
↓ 16 callers
Function
equal
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/algorithm.h:1855
↓ 16 callers
Method
eval_node_set
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:11102
↓ 16 callers
Method
load_string
Code/Base/ThirdParty/pugixml/src/pugixml.cpp:7387
↓ 16 callers
Function
max_size
Code/Base/ThirdParty/imgui/imgui.h:2171
↓ 16 callers
Function
mpack_memset
Code/Base/ThirdParty/mpack/mpack.c:200
↓ 16 callers
Method
rbegin
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/span.h:358
↓ 16 callers
Method
rend
Code/Base/ThirdParty/EA/EASTL/Include/EASTL/span.h:364
↓ 16 callers
Function
stbtt_FindGlyphIndex
Code/Base/ThirdParty/imgui/imstb_truetype.h:1501
↓ 15 callers
Method
AddComponent
Code/Engine/Entity/Entity.cpp:920
↓ 15 callers
Function
BeginItemEx
Code/Base/ThirdParty/implot/implot_internal.h:1316
↓ 15 callers
Method
ClearAllFlags
Code/Base/Types/BitFlags.h:106
↓ 15 callers
Function
DrawSpinner
Code/Base/Imgui/ImguiX.cpp:645
↓ 15 callers
Function
Exists
Code/Base/FileSystem/FileSystem.h:15
↓ 15 callers
Method
GetNumBodies
Code/Engine/ThirdParty/RKIK/rksolver.h:48
↓ 15 callers
Method
GetViewport
Code/Engine/Entity/EntityWorldUpdateContext.cpp:52
↓ 15 callers
Function
ImPow
Code/Base/ThirdParty/imgui/imgui_internal.h:440
↓ 15 callers
Function
IsMainThread
Code/Base/Threading/Threading.cpp:14
↓ 15 callers
Function
IsSet
Do we have a created instance?
Code/Base/TypeSystem/TypeInstance.h:58
↓ 15 callers
Method
IsSpatialComponent
Code/EngineTools/Entity/ResourceEditors/ResourceEditor_EntityEditor.cpp:2243
↓ 15 callers
Function
IsSpatialEntity
Does this entity have any spatial components
Code/Engine/Entity/Entity.h:135
↓ 15 callers
Function
IsValid
Code/Engine/Animation/IK/IKRig.h:35
↓ 15 callers
Function
Low
Code/Base/ThirdParty/EA/EABase/include/Common/EABase/int128.h:112
↓ 15 callers
Function
PopPlotClipRect
Code/Base/ThirdParty/implot/implot.cpp:4860
↓ 15 callers
Function
PushPlotClipRect
Code/Base/ThirdParty/implot/implot.cpp:4851
↓ 15 callers
Method
Remove
Removes an item - Expect the item to exist and will crash otherwise!
Code/Base/Types/IDVector.h:83
← previous
next →
401–500 of 15,937, ranked by callers