Navigation
API > API/Plugins > API/Plugins/ClonerEffector
References
| |
|
| Module |
ClonerEffector |
| Header |
/Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/CEClonerEffectorShared.h |
| Include |
#include "CEClonerEffectorShared.h" |
Syntax
enum ECEClonerAttachmentStatus
{
Invalid,
Outdated,
Updated,
Updating,
}
Values
| Name |
Description |
| 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 |