Gets and sets if this MotionLink is suppressed.
# Get the value of the property.propertyValue = motionLink_var.isSuppressed# Set the value of the property.motionLink_var.isSuppressed = propertyValue
#include <Fusion/Components/MotionLink.h>// Get the value of the property.boolean propertyValue = motionLink_var->isSuppressed();// Set the value of the property, where value_var is a boolean.bool returnValue = motionLink_var->isSuppressed(value_var);