IDirectoryWatcher::RegisterDirectoryChangedCallback_Handle

Register a callback to fire when directories are changed

Windows
MacOS
Linux

References

Module

DirectoryWatcher

Header

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

Include

#include "IDirectoryWatcher.h"

Syntax

bool RegisterDirectoryChangedCallback_Handle
(
    const FString & Directory,
    const FDirectoryChanged & InDelegate,
    FDelegateHandle & OutHandle,
    uint32 Flags
)

Remarks

Register a callback to fire when directories are changed

Parameters

Parameter

Description

Directory

to watch

Delegate

to add to our callback list

The

handle to the registered delegate, if the registration was successful.

Set

of options to use when registering the delegates.

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