FTimespan::ExportTextItem

Export this time span value to a string.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Timespan.h

Include

#include "Misc/Timespan.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp

Syntax

bool ExportTextItem
(
    FString & ValueStr,
    FTimespan const & DefaultValue,
    UObject * Parent,
    int32 PortFlags,
    UObject * ExportRootScope
) const

Remarks

Export this time span value to a string.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

ValueStr

Will hold the string value.

DefaultValue

The default value.

Parent

Not used.

PortFlags

Not used.

ExportRootScope

Not used.

See Also