IAsyncFileCacheTask

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DirectoryWatcher

Header

/Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h

Include

#include "FileCache.h"

Syntax

Variables

Name Description

Protected variable

double

 

StartTime

The time this task started

Constructors

Name Description

Public function

IAsyncFileCacheTask()

Destructors

Name Description

Public function Virtual

~IAsyncFileCacheTask()

Functions

Name Description

Public function Const

double

 

GetAge()

Get the age of this task in seconds

Public function Const

bool

 

IsComplete()

Check whether this task is complete. Must be implemented in a thread-safe manner.

Public function

EProgressRes...

 

Tick

(
    const FTimeLimit& TimeLimit
)

Tick this task. Only to be called on the task thread.

Enums

Name

Description

Public enum

EProgressResult

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss