Navigation
API > API/Plugins > API/Plugins/BodyIntersectIKOp
The blueprint/python API for editing BodyIntersectIK Op
| Name | UIKRetargetBodyIntersectController |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/RelativeIKOp/Source/BodyIntersectIKOp/Public/BodyIntersectIKOp.h |
| Include Path | #include "BodyIntersectIKOp.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UIKRetargetBodyIntersectController : public UIKRetargetOpControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UIKRetargetOpControllerBase → UIKRetargetBodyIntersectController
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRetargetBodyIntersectIKOpSettings GetSettings() |
Get the current op settings as a struct. | BodyIntersectIKOp.h |
|
void SetSettings
(
FIKRetargetBodyIntersectIKOpSettings InSettings |
Set the solver settings. Input is a custom struct type for this solver. | BodyIntersectIKOp.h |
|