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 UConstraintsManager &42; GetManager
&40;
UWorld &42; InWorld
&41;
Remarks
Get the manager of the constraints. This object contains delegates to listen to for when constraints are added,deleted, and is also the outer used when creating custom transformable handles, for example this is used to create control rig transformable handles Note this function will create the mananager and it's actor if one doesn't exist. Returns the mananger
Parameters
| Name | Description |
|---|---|
| InWorld, the | world you are in |