Navigation
API > API/Developer > API/Developer/DirectoryWatcher > API/Developer/DirectoryWatcher/IDirectoryWatcher
References
| Module | DirectoryWatcher |
| Header | /Engine/Source/Developer/DirectoryWatcher/Public/IDirectoryWatcher.h |
| Include | #include "IDirectoryWatcher.h" |
bool UnregisterDirectoryChangedCallback_Handle
&40;
const FString & Directory,
FDelegateHandle InHandle
&41;
Remarks
Unregisters a callback to fire when directories are changed
Parameters
| Name | Description |
|---|---|
| Directory | to stop watching |
| Handle | to the delegate to remove from our callback list |