Navigation
API > API/Runtime > API/Runtime/CADKernel
Sag & Angle criterion.pdf https://docs.google.com/presentation/d/1bUnrRFWCW3sDn9ngb9ftfQS-2JxNJaUZlh783hZMMEw/edit?usp=sharing
| Name | UE::CADKernel::ETimeUnit |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Chrono.h |
| Include Path | #include "Core/Chrono.h" |
Syntax
namespace UE
{
namespace CADKernel
{
enum ETimeUnit
{
NanoSeconds = 0,
MicroSeconds = 1,
MilliSeconds,
Seconds,
}
}
}
Values
| Name | Remarks |
|---|---|
| NanoSeconds | |
| MicroSeconds | |
| MilliSeconds | |
| Seconds |