Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/DisplayClusterTypesConverter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString ToHexString
(
const ConvertFrom& From |
TYPE --> HEX STRING. | Misc/DisplayClusterTypesConverter.h | |
static FString ToHexString
(
const float& From |
Forward declarations. | Misc/DisplayClusterTypesConverter.h | |
FString ToHexString
(
const float& From |
TYPE --> HEX STRING. | Misc/DisplayClusterTypesConverter.h | |
FString ToHexString
(
const double& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FVector& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FVector2D& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FRotator& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FMatrix& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FTransform& From |
Misc/DisplayClusterTypesConverter.h | ||
FString ToHexString
(
const FQuat& From |
Misc/DisplayClusterTypesConverter.h |
ToHexString(const ConvertFrom &)
Description
TYPE --> HEX STRING.
| Name | ToHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
template<typename ConvertFrom>
static FString ToHexString
(
const ConvertFrom & From
)
ToHexString(const float &)
Description
Forward declarations.
| Name | ToHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
template<>
static FString ToHexString
(
const float & From
)
ToHexString(const float &)
Description
TYPE --> HEX STRING.
| Name | ToHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
template<>
FString ToHexString
(
const float & From
)
ToHexString(const double &)
| Name | ToHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
template<>
FString ToHexString
(
const double & From
)
ToHexString(const FVector &)
| Name | ToHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
template<>
FString ToHexString
(
const FVector & From
)
ToHexString(const FVector2D &)
| Name | ToHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
template<>
FString ToHexString
(
const FVector2D & From
)
ToHexString(const FRotator &)
| Name | ToHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
template<>
FString ToHexString
(
const FRotator & From
)
ToHexString(const FMatrix &)
| Name | ToHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
template<>
FString ToHexString
(
const FMatrix & From
)
ToHexString(const FTransform &)
| Name | ToHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
template<>
FString ToHexString
(
const FTransform & From
)
ToHexString(const FQuat &)
| Name | ToHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterTypesConverter.h |
| Include Path | #include "Misc/DisplayClusterTypesConverter.h" |
template<>
FString ToHexString
(
const FQuat & From
)