| bAcceptIncompleteSubdivision |
bool |
If the subdivision with a given grammar doesn't fill the entire spline, setting it to true makes it a valid case. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_Overridable)
|
| bCenterBounds |
bool |
For deprecation purposes only. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- AdvancedDisplay
- Meta=(EditCondition="!bCenterBounds", EditConditionHides)
|
| bModuleHeightAsAttribute |
bool |
Select the module height from an attribute. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
|
| bOutputExtremityAttributes |
bool |
Output attributes labeling the first and final points after subdivision. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable)
|
| bOutputModuleIndexAttribute |
bool |
|
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, InlineEditConditionToggle)
|
| bSilenceGrammarDoesNotFitErrors |
bool |
Do not post node errors when the grammar does not fit the spline. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- AdvancedDisplay
- Meta=(PCG_Overridable)
|
| IsFinalAttributeName |
FName |
Name of the attribute labeling the final output point from the final module. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, EditCondition="bOutputExtremityAttributes", EditConditionHides)
|
| IsFirstAttributeName |
FName |
Name of the attribute labeling the first output point from the first module. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, EditCondition="bOutputExtremityAttributes", EditConditionHides)
|
| ModuleHeight |
double |
The height of each placed module. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(EditCondition="!bModuleHeightAsAttribute", EditConditionHides)
|
| ModuleHeightAttribute |
FPCGAttributePropertyInputSelector |
Selection will be used as the module height for placed modules. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(EditCondition="bModuleHeightAsAttribute", EditConditionHides)
|
| ModuleIndexAttributeName |
FName |
Name of the module index output attribute name. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, EditCondition="bOutputModuleIndexAttribute")
|
| ModulePlacementTolerance |
double |
Maximum acceptable distance tolerance between placed modules (overlap or gap) - a smaller number is more precise. |
Elements/Grammar/PCGSubdivideSpline.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- AdvancedDisplay
- Meta=(PCG_Overridable, ClampMin="0.000001")
|