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