Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FTimespan
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include | #include "Misc/Timespan.h" |
FTimespan & operator/=
(
double Scalar
)
Remarks
Divide this time span by the given scalar. This time span.
Parameters
Name | Description |
---|---|
Scalar | The scalar to divide by. |