Navigation
API > API/Plugins > API/Plugins/DisplayCluster
Auxiliary class with different type conversion functions
| Name | DisplayClusterTypesConverter |
| Type | class |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
Syntax
class DisplayClusterTypesConverter
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransform FromHexString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FMatrix FromHexString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FRotator FromHexString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FVector2D FromHexString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FQuat FromHexString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
double FromHexString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
float FromHexString
(
const FString& From |
HEX STRING --> TYPE. | Misc/DisplayClusterTypesConverter.h | |
FVector FromHexString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FRotator FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
EDisplayClusterSyncGroup FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FQualifiedFrameTime FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FFrameRate FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FTimecode FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FIntPoint FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FQuat FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FMatrix FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FVector2D FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
uint32 FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
double FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
float FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
int32 FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
uint8 FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
int8 FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
bool FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FString FromString
(
const FString& From |
STRING --> TYPE. | Misc/DisplayClusterTypesConverter.h | |
FVector FromString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FRotator& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FQuat& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FTransform& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FMatrix& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FVector2D& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const double& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const float& From |
TYPE --> HEX STRING. | Misc/DisplayClusterTypesConverter.h | |
FString ToHexString
(
const FVector& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToString
(
const FQualifiedFrameTime& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToString
(
const FFrameRate& From |
Misc/DisplayClusterTypesConverter.h | ||
| We can't just use FTimecode ToString as that loses information. | Misc/DisplayClusterTypesConverter.h | ||
| The TVector2D::ToString() function uses "%3.3f" which compresses the value. A proprietary function is used to get a full-size float. | Misc/DisplayClusterTypesConverter.h | ||
| The TVector::ToString() function uses "%3.3f" which compresses the value. A proprietary function is used to get a full-size float. | Misc/DisplayClusterTypesConverter.h | ||
| Misc/DisplayClusterTypesConverter.h | |||
| Misc/DisplayClusterTypesConverter.h | |||
| Misc/DisplayClusterTypesConverter.h | |||
| Misc/DisplayClusterTypesConverter.h | |||
| Misc/DisplayClusterTypesConverter.h | |||
| Misc/DisplayClusterTypesConverter.h | |||
| Misc/DisplayClusterTypesConverter.h | |||
| Misc/DisplayClusterTypesConverter.h | |||
| Misc/DisplayClusterTypesConverter.h | |||
| Misc/DisplayClusterTypesConverter.h | |||
| TYPE --> STRING. | Misc/DisplayClusterTypesConverter.h | ||
| Misc/DisplayClusterTypesConverterPrivate.h | |||
| TYPE --> STRING. | Misc/DisplayClusterTypesConverterPrivate.h | ||
FString ToString
(
const EDisplayClusterOperationMode& From |
Misc/DisplayClusterTypesConverter.h | ||
| Misc/DisplayClusterTypesConverter.h | |||
FString ToString
(
const EDisplayClusterSyncGroup& From |
Misc/DisplayClusterTypesConverter.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ConvertTo FromHexString
(
const FString& From |
HEX STRING --> TYPE. | Misc/DisplayClusterTypesConverter.h | |
static float FromHexString
(
const FString& From |
Misc/DisplayClusterTypesConverter.h | ||
static ConvertTo FromString
(
const FString& From |
STRING --> TYPE. | Misc/DisplayClusterTypesConverter.h | |
static FString ToHexString
(
const float& From |
Forward declarations. | Misc/DisplayClusterTypesConverter.h | |
static FString ToHexString
(
const ConvertFrom& From |
TYPE --> HEX STRING. | Misc/DisplayClusterTypesConverter.h | |
| TYPE --> STRING. | Misc/DisplayClusterTypesConverter.h |