Navigation
API > API/Plugins > API/Plugins/RenderGrid
| Name | URenderGridRemoteControlUtils |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/Utils/RenderGridRemoteControlUtils.h |
| Include Path | #include "Utils/RenderGridRemoteControlUtils.h" |
Syntax
UCLASS ()
class URenderGridRemoteControlUtils : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → URenderGridRemoteControlUtils
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URenderGridRemoteControlUtils
(
const FObjectInitializer& ObjectInitializer |
Utils/RenderGridRemoteControlUtils.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void BooleanToJson
(
bool Value, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void ByteToJson
(
uint8 Value, |
Utils/RenderGridRemoteControlUtils.h |
|
|
| Utils/RenderGridRemoteControlUtils.h |
|
||
| Utils/RenderGridRemoteControlUtils.h |
|
||
static void FloatToJson
(
double Value, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void Int32ToJson
(
int32 Value, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void Int64ToJson
(
int64 Value, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void LinearColorToJson
(
const FLinearColor& Value, |
Utils/RenderGridRemoteControlUtils.h |
|
|
| Utils/RenderGridRemoteControlUtils.h |
|
||
| Utils/RenderGridRemoteControlUtils.h |
|
||
static void ParseJsonAsBoolean
(
const FString& Json, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void ParseJsonAsByte
(
const FString& Json, |
Utils/RenderGridRemoteControlUtils.h |
|
|
| Utils/RenderGridRemoteControlUtils.h |
|
||
| Utils/RenderGridRemoteControlUtils.h |
|
||
static void ParseJsonAsFloat
(
const FString& Json, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void ParseJsonAsInt32
(
const FString& Json, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void ParseJsonAsInt64
(
const FString& Json, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void ParseJsonAsLinearColor
(
const FString& Json, |
Utils/RenderGridRemoteControlUtils.h |
|
|
| Utils/RenderGridRemoteControlUtils.h |
|
||
| Utils/RenderGridRemoteControlUtils.h |
|
||
static void ParseJsonAsRotator
(
const FString& Json, |
Utils/RenderGridRemoteControlUtils.h |
|
|
| Utils/RenderGridRemoteControlUtils.h |
|
||
static void ParseJsonAsStruct
(
const FString& Json, |
Utils/RenderGridRemoteControlUtils.h |
|
|
| Utils/RenderGridRemoteControlUtils.h |
|
||
static void ParseJsonAsTransform
(
const FString& Json, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void ParseJsonAsVector
(
const FString& Json, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void RotatorToJson
(
const FRotator& Value, |
Utils/RenderGridRemoteControlUtils.h |
|
|
| Utils/RenderGridRemoteControlUtils.h |
|
||
static void StructToJson
(
const FInstancedStruct& Value, |
Utils/RenderGridRemoteControlUtils.h |
|
|
| Utils/RenderGridRemoteControlUtils.h |
|
||
static void TransformToJson
(
const FTransform& Value, |
Utils/RenderGridRemoteControlUtils.h |
|
|
static void VectorToJson
(
const FVector& Value, |
Utils/RenderGridRemoteControlUtils.h |
|