Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Strongly typed time class.
| Name | FTime |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundTime.h |
| Include Path | #include "MetasoundTime.h" |
Syntax
class FTime
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTime
(
TimeType InTime |
MetasoundTime.h | ||
FTime () |
MetasoundTime.h | ||
FTime
(
float InTime |
MetasoundTime.h | ||
| MetasoundTime.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TimeType | double | MetasoundTime.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FSampleCounter | friend | MetasoundTime.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Time | TimeType | MetasoundTime.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TimeType GetSeconds() |
Return the time as seconds. | MetasoundTime.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTime FromMicroseconds
(
const ArithmeticType& InMicroseconds |
MetasoundTime.h | ||
static FTime FromMilliseconds
(
const ArithmeticType& InMilliseconds |
MetasoundTime.h | ||
static FTime FromSeconds
(
const ArithmeticType& InSeconds |
MetasoundTime.h | ||
static ArithmeticType ToMicroseconds
(
const FTime& InTime |
MetasoundTime.h | ||
static ArithmeticType ToMilliseconds
(
const FTime& InTime |
MetasoundTime.h | ||
static const FTime & Zero() |
MetasoundTime.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundTime.h | |||
bool operator!=
(
const FTime& InRHS |
MetasoundTime.h | ||
ArithmeticType operator*
(
const FTime& InRHS |
MetasoundTime.h | ||
ArithmeticType operator/
(
const FTime& InRHS |
MetasoundTime.h | ||
| MetasoundTime.h | |||
| MetasoundTime.h | |||
| MetasoundTime.h | |||
| MetasoundTime.h | |||
bool operator>
(
const FTime& InRHS |
MetasoundTime.h | ||
bool operator>=
(
const FTime& InRHS |
MetasoundTime.h |