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

Method QueueNodeForCollapse

Engine/source/EtEditor/Layout/EditorBase.cpp:114–117  ·  view source on GitHub ↗

--------------------------------- EditorBase::QueueNodeForCollapse

Source from the content-addressed store, hash-verified

112// EditorBase::QueueNodeForCollapse
113//
114void EditorBase::QueueNodeForCollapse(EditorToolNode* const node)
115{
116 m_QueuedCollapse.emplace_back(node);
117}
118
119//---------------------------------
120// EditorBase::OnAllocationAvailable

Callers 2

ActionDragResultMethod · 0.80
CreateToolbarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected