FDisplayClusterTypesConverter

Auxiliary class with different type conversion functions

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/DisplayClusterUtils/DisplayClusterTypesConverter.h

Include

#include "DisplayClusterUtils/DisplayClusterTypesConverter.h"

Syntax

class FDisplayClusterTypesConverter

Remarks

Auxiliary class with different type conversion functions

Functions

Name Description

Public function Static

ConvertTo

 

FromHexString

(
    const FString& from
)

HEX STRING > TYPE.

Public function

FTransform

 

FromHexString

(
    const FString& from
)

Public function

FMatrix

 

FromHexString

(
    const FString& from
)

Public function

FRotator

 

FromHexString

(
    const FString& from
)

Public function

FQuat

 

FromHexString

(
    const FString& from
)

Public function

FVector

 

FromHexString

(
    const FString& from
)

Public function

double

 

FromHexString

(
    const FString& from
)

Public function

float

 

FromHexString

(
    const FString& from
)

HEX STRING > TYPE.

Public function

FVector2D

 

FromHexString

(
    const FString& from
)

Public function

FVector2D

 

FromString

(
    const FString& from
)

Public function

EDisplayClus...

 

FromString

(
    const FString& from
)

Public function

FQualifiedFr...

 

FromString

(
    const FString& from
)

Public function

FFrameRate

 

FromString

(
    const FString& from
)

Public function

FTimecode

 

FromString

(
    const FString& from
)

Public function

FQuat

 

FromString

(
    const FString& from
)

Public function

FMatrix

 

FromString

(
    const FString& from
)

Public function

FRotator

 

FromString

(
    const FString& from
)

Public function

FVector

 

FromString

(
    const FString& from
)

Public function

uint32

 

FromString

(
    const FString& from
)

Public function

float

 

FromString

(
    const FString& from
)

Public function

int32

 

FromString

(
    const FString& from
)

Public function

uint8

 

FromString

(
    const FString& from
)

Public function

int8

 

FromString

(
    const FString& from
)

Public function

bool

 

FromString

(
    const FString& from
)

Public function

FString

 

FromString

(
    const FString& from
)

STRING > TYPE.

Public function Static

ConvertTo

 

FromString

(
    const FString& from
)

STRING > TYPE.

Public function

double

 

FromString

(
    const FString& from
)

Public function

FString

 

ToHexString

(
    const FMatrix& from
)

Public function

FString

 

ToHexString

(
    const FQuat& from
)

Public function

FString

 

ToHexString

(
    const FTransform& from
)

Public function

FString

 

ToHexString

(
    const FRotator& from
)

Public function Static

FString

 

ToHexString

(
    const ConvertFrom& from
)

TYPE > HEX STRING.

Public function

FString

 

ToHexString

(
    const FVector& from
)

Public function

FString

 

ToHexString

(
    const double& from
)

Public function

FString

 

ToHexString

(
    const float& from
)

TYPE > HEX STRING.

Public function

FString

 

ToHexString

(
    const FVector2D& from
)

Public function

FString

 

ToString

(
    const FQualifiedFrameTime& from
)

Public function

FString

 

ToString

(
    const FFrameRate& from
)

Public function

FString

 

ToString

(
    const FTimecode& from
)

We can't just use FTimecode ToString as that loses information.

Public function

FString

 

ToString

(
    const FQuat& from
)

Public function

FString

 

ToString

(
    const FMatrix& from
)

Public function

FString

 

ToString

(
    const FRotator& from
)

Public function

FString

 

ToString

(
    const FVector2D& from
)

Public function

FString

 

ToString

(
    const FVector& from
)

Public function

FString

 

ToString

(
    const float& from
)

Public function

FString

 

ToString

(
    const uint32& from
)

Public function

FString

 

ToString

(
    const int32& from
)

Public function

FString

 

ToString

(
    const uint8& from
)

Public function

FString

 

ToString

(
    const int8& from
)

Public function

FString

 

ToString

(
    const bool& from
)

Public function

FString

 

ToString

(
    const FString& from
)

TYPE > STRING.

Public function Static

FString

 

ToString

(
    const ConvertFrom& from
)

TYPE > STRING.

Public function

FString

 

ToString

(
    const EDisplayClusterOperationMode ...
)

Public function

FString

 

ToString

(
    const double& from
)

Public function

FString

 

ToString

(
    const EDisplayClusterSyncGroup& fr...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss