"fusionProductPreferences_var" is a variable referencing a FusionProductPreferences object.
#include <Fusion/Fusion/FusionProductPreferences.h>
// Get the value of the property. boolean propertyValue = fusionProductPreferences_var->isFirstComponentGroundToParent();
// Set the value of the property, where value_var is a boolean. bool returnValue = fusionProductPreferences_var->isFirstComponentGroundToParent(value_var);
|