Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/UConstraintsScriptingLibrary
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintsScripting.h |
| Include | #include "ConstraintsScripting.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/ConstraintsScripting.cpp |
static UTransformableHandle &42; CreateTransformableHandle
&40;
UWorld &42; InWorld,
UObject &42; InObject,
const FName & InAttachmentName
&41;
Remarks
Create the transformable handle that deals with getting and setting transforms on this object returns the handle for this scene component
Parameters
| Name | Description |
|---|---|
| InWorld, the | world you are in |
| InObject | World to create the constraint |
| InAttachmentName | Optional name of the attachment to get the transform. Not that this can represent a scene component's socket name or a control rig control for example. |