Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundTime.h |
| Include | #include "MetasoundTime.h" |
Syntax
class FTime
Remarks
Strongly typed time class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | FSampleCounter |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTime | FromMicroseconds
(
const ArithmeticType& InMicroseconds |
||
| FTime | FromMilliseconds
(
const ArithmeticType& InMilliseconds |
||
| FTime | FromSeconds
(
const ArithmeticType& InSeconds |
||
| TimeType | GetSeconds () |
Return the time as seconds. | |
| ArithmeticType | ToMicroseconds
(
const FTime& InTime |
||
| ArithmeticType | ToMilliseconds
(
const FTime& InTime |
||
| const FTime & | Zero () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FTime | |||
| bool | operator!=
(
const FTime& InRHS |
||
| ArithmeticType | |||
| ArithmeticType | |||
| FTime | |||
| FTime & | operator+=
(
const FTime& InRHS |
||
| bool | |||
| bool | operator<=
(
const FTime& InRHS |
||
| FTime & | |||
| FTime & | operator-=
(
const FTime& InRHS |
||
| bool | |||
| bool | operator>=
(
const FTime& InRHS |
Typedefs
| Name | Description |
|---|---|
| TimeType |