unreal.IKGoalCreatorInterface

class unreal.IKGoalCreatorInterface(outer=None, name='None')

Bases: unreal.Interface

IKGoal Creator Interface

C++ Source:

  • Plugin: IKRig

  • Module: IKRig

  • File: IKRigInterface.h

add_ik_goals()

Add your own goals to the OutGoals map (careful not to remove existing goals in the map!)

Returns

out_goals (Map(Name, IKRigGoal)):

Return type

Map(Name, IKRigGoal)