Navigation
API > API/Editor > API/Editor/KismetCompiler
| Name | UE::KismetCompiler::CastingUtils::FloatingPointCastType |
| Type | enum |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/KismetCastingUtils.h |
| Include Path | #include "KismetCastingUtils.h" |
Syntax
namespace UE
{
namespace KismetCompiler
{
namespace CastingUtils
{
enum FloatingPointCastType
{
None,
FloatToDouble,
DoubleToFloat,
Container,
Struct,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| FloatToDouble | |
| DoubleToFloat | |
| Container | |
| Struct |