MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / GetCurrentEngineConfiguration

Method GetCurrentEngineConfiguration

Tetragrama/src/Editor.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 ZEngine::Ref<ZEngine::EngineConfiguration> Editor::GetCurrentEngineConfiguration() const {
55 return m_engine_configuration;
56 }
57
58 void Editor::LoggerMessageCallback(std::vector<std::string> message) const {
59 IMessenger::SendAsync<ZEngine::Components::UI::UIComponent, GenericMessage<std::vector<std::string>>>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected