MCPcopy Create free account
hub / github.com/Illation/ETEngine / QueueNodeForSplit

Method QueueNodeForSplit

Engine/source/EtEditor/Layout/EditorBase.cpp:106–109  ·  view source on GitHub ↗

--------------------------------- EditorBase::QueueNodeForSplit

Source from the content-addressed store, hash-verified

104// EditorBase::QueueNodeForSplit
105//
106void EditorBase::QueueNodeForSplit(EditorToolNode* const node)
107{
108 m_QueuedSplits.emplace_back(node);
109}
110
111//---------------------------------
112// EditorBase::QueueNodeForCollapse

Callers 2

ActionDragResultMethod · 0.80
CreateToolbarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected