Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/UControlRig
Description
Creates a transformable control handle for the specified control to be used by the constraints system. Should use the UObject from ConstraintsScriptingLibrary::GetManager(UWorld* InWorld)
| Name | CreateTransformableControlHandle |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRig.h |
| Include Path | #include "ControlRig.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/ControlRig.cpp |
UFUNCTION (BlueprintCallable, Category="Control Rig | Constraints")
UTransformableControlHandle * CreateTransformableControlHandle
(
const FName & ControlName
) const