Gets the existing flat pattern or returns null in the case where a flat pattern doesn't exist in this component.
# Get the value of the property.propertyValue = component_var.flatPattern
#include <Fusion/Components/Component.h>// Get the value of the property.Ptr<FlatPattern> propertyValue = component_var->flatPattern();