Navigation
API > API/Developer > API/Developer/TraceInsightsCore
| Name | FTimeValue |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/TimeUtils.h |
| Include Path | #include "InsightsCore/Common/TimeUtils.h" |
Syntax
struct FTimeValue
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Day | double | InsightsCore/Common/TimeUtils.h | |
| Hour | double | InsightsCore/Common/TimeUtils.h | |
| Microsecond | double | InsightsCore/Common/TimeUtils.h | |
| Millisecond | double | InsightsCore/Common/TimeUtils.h | |
| Minute | double | InsightsCore/Common/TimeUtils.h | |
| Nanosecond | double | InsightsCore/Common/TimeUtils.h | |
| Picosecond | double | InsightsCore/Common/TimeUtils.h | |
| Second | double | InsightsCore/Common/TimeUtils.h | |
| Week | double | InsightsCore/Common/TimeUtils.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | double | InsightsCore/Common/TimeUtils.h |