Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTimespan
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
| Include | #include "Misc/Timespan.h" |
FTimespan operator&47;
&40;
double Scalar
&41; const
Remarks
Return the result of dividing the this time span by the given scalar. A time span whose value is the quotient of this time span and the given scalar.
Parameters
| Name | Description |
|---|---|
| Scalar | The scalar to divide by. |