Navigation
API > API/Plugins > API/Plugins/PlainProps
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 PlainProps::ValueCast
(
bool Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
int8 Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
int16 Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
int32 Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
int64 Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
uint8 Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
uint16 Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
uint32 Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
uint64 Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
char8_t Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
char16_t Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
char32_t Value |
PlainPropsBuild.h | ||
uint64 PlainProps::ValueCast
(
T Value |
Template |
PlainPropsLooseTypes.h | |
uint64 PlainProps::ValueCast
(
float Value |
PlainPropsLooseTypes.h | ||
uint64 PlainProps::ValueCast
(
double Value |
PlainPropsLooseTypes.h |
PlainProps::ValueCast(bool)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
bool Value
)
}
PlainProps::ValueCast(int8)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
int8 Value
)
}
PlainProps::ValueCast(int16)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
int16 Value
)
}
PlainProps::ValueCast(int32)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
int32 Value
)
}
PlainProps::ValueCast(int64)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
int64 Value
)
}
PlainProps::ValueCast(uint8)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
uint8 Value
)
}
PlainProps::ValueCast(uint16)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
uint16 Value
)
}
PlainProps::ValueCast(uint32)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
uint32 Value
)
}
PlainProps::ValueCast(uint64)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
uint64 Value
)
}
PlainProps::ValueCast(char8_t)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
char8_t Value
)
}
PlainProps::ValueCast(char16_t)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
char16_t Value
)
}
PlainProps::ValueCast(char32_t)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
namespace PlainProps
{
uint64 PlainProps::ValueCast
(
char32_t Value
)
}
PlainProps::ValueCast(T)
Description
Template
template
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsLooseTypes.h |
| Include Path | #include "PlainPropsLooseTypes.h" |
namespace PlainProps
{
template<Arithmetic T>
uint64 PlainProps::ValueCast
(
T Value
)
}
PlainProps::ValueCast(float)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsLooseTypes.h |
| Include Path | #include "PlainPropsLooseTypes.h" |
namespace PlainProps
{
template<>
uint64 PlainProps::ValueCast
(
float Value
)
}
PlainProps::ValueCast(double)
| Name | PlainProps::ValueCast |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsLooseTypes.h |
| Include Path | #include "PlainPropsLooseTypes.h" |
namespace PlainProps
{
template<>
uint64 PlainProps::ValueCast
(
double Value
)
}