Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/AControlRigShapeActor
Description
Returns the proxy component for the form proxy object provided. The component will be either created, updated, or removed depending on current component's type/state. (use OutUpdate to track changes)
| Name | GetProxyComponent |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigGizmoActor.h |
| Include Path | #include "ControlRigGizmoActor.h" |
template<typename ComponentType>
ComponentType * GetProxyComponent
(
UObject * InShapeProxy,
EProxyUpdateType * OutUpdate
)