#include "Core.h"
#include "Engine.h"
#include <exception>
#include <vector>
#include <map>
#include "RealSenseNative.h"
#include "RealSensePlugin.h"
Go to the source code of this file.
#define NAMED_PROFILER |
( |
|
name | ) |
|
#define REALSENSE_ERR |
( |
|
Format, |
|
|
|
... |
|
) |
| UE_LOG(LogRealSense, Error, Format, ## __VA_ARGS__) |
#define REALSENSE_TRACE |
( |
|
Format, |
|
|
|
... |
|
) |
| UE_LOG(LogRealSense, Display, Format, ## __VA_ARGS__) |
DECLARE_LOG_CATEGORY_EXTERN |
( |
LogRealSense |
, |
|
|
Log |
, |
|
|
All |
|
|
) |
| |
template<typename T >
T* NewNamedObject |
( |
UObject * |
Owner, |
|
|
const TCHAR * |
Name |
|
) |
| |
|
inline |
FString uestr |
( |
const char * |
str | ) |
|
|
inline |