Navigation
API > API/Plugins > API/Plugins/OpenColorIO > API/Plugins/OpenColorIO/UOpenColorIOConfiguration
| |
|
| Name |
FOCIOConfigWatchedDirInfo |
| Type |
struct |
| Header File |
/Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/OpenColorIOConfiguration.h |
| Include Path |
#include "OpenColorIOConfiguration.h" |
Syntax
struct FOCIOConfigWatchedDirInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DirectoryWatcherHandle |
FDelegateHandle |
A handle to the directory watcher. Gives us the ability to control directory watching status. |
OpenColorIOConfiguration.h |
|
| FolderPath |
FString |
Currently watched folder. |
OpenColorIOConfiguration.h |
|
| RawConfigChangedToast |
TWeakPtr< SNotificationItem > |
A handle to Notification message that pops up to notify user of raw config file going out of date. |
OpenColorIOConfiguration.h |
|