Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
wrappers
unrealengine4
Plugins
RuntimeMeshComponent
Source
RuntimeMeshComponent
Private
RuntimeMeshComponentPlugin.cpp
Go to the documentation of this file.
1
// Copyright 2016-2018 Chris Conway (Koderz). All Rights Reserved.
2
3
#include "
RuntimeMeshComponentPlugin.h
"
4
#include "CustomVersion.h"
5
#include "
RuntimeMeshCore.h
"
6
7
// Register the custom version with core
8
FCustomVersionRegistration
GRegisterRuntimeMeshCustomVersion
(
FRuntimeMeshVersion::GUID
,
FRuntimeMeshVersion::LatestVersion
, TEXT(
"RuntimeMesh"
));
9
10
11
class
FRuntimeMeshComponentPlugin
:
public
IRuntimeMeshComponentPlugin
12
{
14
virtual
void
StartupModule
()
override
;
15
virtual
void
ShutdownModule
()
override
;
16
};
17
18
IMPLEMENT_MODULE(
FRuntimeMeshComponentPlugin
, RuntimeMeshComponent)
19
20
21
void
FRuntimeMeshComponentPlugin
::
StartupModule
()
22
{
23
24
}
25
26
void
FRuntimeMeshComponentPlugin::ShutdownModule
()
27
{
28
29
}
30
31
DEFINE_LOG_CATEGORY
(RuntimeMeshLog);
void
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
FRuntimeMeshComponentPlugin::StartupModule
virtual void StartupModule() override
Definition:
RuntimeMeshComponentPlugin.cpp:21
RuntimeMeshCore.h
GRegisterRuntimeMeshCustomVersion
FCustomVersionRegistration GRegisterRuntimeMeshCustomVersion(FRuntimeMeshVersion::GUID, FRuntimeMeshVersion::LatestVersion, TEXT("RuntimeMesh"))
IRuntimeMeshComponentPlugin
Definition:
RuntimeMeshComponentPlugin.h:11
FRuntimeMeshComponentPlugin
Definition:
RuntimeMeshComponentPlugin.cpp:11
FRuntimeMeshVersion::LatestVersion
Definition:
RuntimeMeshCore.h:40
RuntimeMeshComponentPlugin.h
FRuntimeMeshVersion::GUID
static const FGuid GUID
Definition:
RuntimeMeshCore.h:44
FRuntimeMeshComponentPlugin::ShutdownModule
virtual void ShutdownModule() override
Definition:
RuntimeMeshComponentPlugin.cpp:26
DEFINE_LOG_CATEGORY
DEFINE_LOG_CATEGORY(RuntimeMeshLog)
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:41