Navigation
API > API/Plugins > API/Plugins/ControlRig
Defines the proxy component update type when calling GetProxyComponent.
| Name | EProxyUpdateType |
| Type | enum |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigGizmoActor.h |
| Include Path | #include "ControlRigGizmoActor.h" |
Syntax
enum EProxyUpdateType
{
None,
Created,
Modified,
Removed,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Created | |
| Modified | |
| Removed |