Navigation
API > API/Plugins > API/Plugins/ClonerEffector
| |
|
| Name |
ECEClonerAttachmentStatus |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/Cloner/Attachments/CEClonerAttachmentTypes.h |
| Include Path |
#include "Cloner/Attachments/CEClonerAttachmentTypes.h" |
Syntax
enum ECEClonerAttachmentStatus
{
Invalid,
Outdated,
Updated,
Updating,
}
Values
| Name |
Remarks |
| Invalid |
Item should be removed, no longer valid |
| Outdated |
Item should be updated, changes detected |
| Updated |
Item is up to date, no changes needed |
| Updating |
Item is being updated at the moment |