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
10
class
PL_EDITORENGINEPROCESSFRAMEWORK_DLL
plIPCObjectMirrorEngine
:
public
plDocumentObjectMirror
11
{
12
public
:
13
plIPCObjectMirrorEngine
();
14
~plIPCObjectMirrorEngine
();
15
16
virtual
void
ApplyOp(
plObjectChange
& inout_change)
override
;
17
};
plDocumentObjectMirror
Definition
DocumentObjectMirror.h:34
plIPCObjectMirrorEngine
An object mirror that mirrors across IPC to the engine process.
Definition
IPCObjectMirrorEngine.h:11
plObjectChange
An object change starts at the heap object m_Root (because we can only safely store pointers to those...
Definition
DocumentObjectMirror.h:15
Code
Editor
EditorEngineProcessFramework
IPC
IPCObjectMirrorEngine.h
Generated by
1.11.0