Plasma Engine  2.0
Loading...
Searching...
No Matches
IPCObjectMirrorEngine.h
1#pragma once
2
3#include <EditorEngineProcessFramework/EditorEngineProcessFrameworkDLL.h>
4#include <ToolsFoundation/Object/DocumentObjectMirror.h>
5
10class PL_EDITORENGINEPROCESSFRAMEWORK_DLL plIPCObjectMirrorEngine : public plDocumentObjectMirror
11{
12public:
15
16 virtual void ApplyOp(plObjectChange& inout_change) override;
17};
Definition DocumentObjectMirror.h:34
An object mirror that mirrors across IPC to the engine process.
Definition IPCObjectMirrorEngine.h:11
An object change starts at the heap object m_Root (because we can only safely store pointers to those...
Definition DocumentObjectMirror.h:15