Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/Utils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- URenderGridRemoteControlUtils
References
| Module | RenderGrid |
| Header | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/Utils/RenderGridRemoteControlUtils.h |
| Include | #include "Utils/RenderGridRemoteControlUtils.h" |
Syntax
UCLASS ()
class URenderGridRemoteControlUtils : public UBlueprintFunctionLibrary
Constructors
| Type | Name | Description | |
|---|---|---|---|
URenderGridRemoteControlUtils
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BooleanToJson
(
bool Value, |
||
| void | ByteToJson
(
uint8 Value, |
||
| void | ClassReferenceToJson
(
UClass* Value, |
||
| void | ColorToJson
(
const FColor& Value, |
||
| void | FloatToJson
(
double Value, |
||
| void | Int32ToJson
(
int32 Value, |
||
| void | Int64ToJson
(
int64 Value, |
||
| void | LinearColorToJson
(
const FLinearColor& Value, |
||
| void | NameToJson
(
const FName& Value, |
||
| void | |||
| void | ParseJsonAsBoolean
(
const FString& Json, |
||
| void | ParseJsonAsByte
(
const FString& Json, |
||
| void | ParseJsonAsClassReference
(
const FString& Json, |
||
| void | ParseJsonAsColor
(
const FString& Json, |
||
| void | ParseJsonAsFloat
(
const FString& Json, |
||
| void | ParseJsonAsInt32
(
const FString& Json, |
||
| void | ParseJsonAsInt64
(
const FString& Json, |
||
| void | ParseJsonAsLinearColor
(
const FString& Json, |
||
| void | ParseJsonAsName
(
const FString& Json, |
||
| void | ParseJsonAsObjectReference
(
const FString& Json, |
||
| void | ParseJsonAsRotator
(
const FString& Json, |
||
| void | ParseJsonAsString
(
const FString& Json, |
||
| void | ParseJsonAsStruct
(
const FString& Json, |
||
| void | ParseJsonAsText
(
const FString& Json, |
||
| void | ParseJsonAsTransform
(
const FString& Json, |
||
| void | ParseJsonAsVector
(
const FString& Json, |
||
| void | RotatorToJson
(
const FRotator& Value, |
||
| void | StringToJson
(
const FString& Value, |
||
| void | StructToJson
(
const FInstancedStruct& Value, |
||
| void | TextToJson
(
const FText& Value, |
||
| void | TransformToJson
(
const FTransform& Value, |
||
| void | VectorToJson
(
const FVector& Value, |