Navigation
API > API/Plugins > API/Plugins/FullBodyIK > API/Plugins/FullBodyIK/FFBIKLinkData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsLinearMotionAllowed () |
Return true if any of my motion bases allow linear motion | FBIKConstraint.h | |
bool IsLinearMotionAllowed
(
int32 BaseIndex |
Return true if any specific motion base by index allows linear motion | FBIKConstraint.h |
IsLinearMotionAllowed()
Description
Return true if any of my motion bases allow linear motion
| Name | IsLinearMotionAllowed |
| Type | function |
| Header File | /Engine/Plugins/Experimental/FullBodyIK/Source/FullBodyIK/Public/FBIKConstraint.h |
| Include Path | #include "FBIKConstraint.h" |
bool IsLinearMotionAllowed() const
IsLinearMotionAllowed(int32)
Description
Return true if any specific motion base by index allows linear motion
| Name | IsLinearMotionAllowed |
| Type | function |
| Header File | /Engine/Plugins/Experimental/FullBodyIK/Source/FullBodyIK/Public/FBIKConstraint.h |
| Include Path | #include "FBIKConstraint.h" |
bool IsLinearMotionAllowed
(
int32 BaseIndex
) const