FTimespan::ImportTextItem

Import a time span value from a text buffer.

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 ImportTextItem
(
    const TCHAR *& Buffer,
    int32 PortFlags,
    UObject * Parent,
    FOutputDevice * ErrorText
)

Remarks

Import a time span value from a text buffer.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

Buffer

The text buffer to import from.

PortFlags

Not used.

Parent

Not used.

ErrorText

The output device for error logging.

See Also