Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
| Include | #include "Misc/Timespan.h" |
FTimespan operator*
(
float Scalar,
const FTimespan & Timespan
)
Remarks
Pre-multiply a time span with the given scalar.
Parameters
| Name | Description |
|---|---|
| Scalar | The scalar to pre-multiply with. |
| Timespan | The time span to multiply. |