| bAcceptIncompleteSubdivision |
bool |
If the subdivision with a given grammar doesn't fill the entire segment, setting it to true makes it a valid case. |
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_Overridable)
|
| bFlipAxisAsAttribute |
bool |
Use an attribute to determine whether we should flip axis. |
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
|
| bOutputExtremityAttributes |
bool |
Output attributes labeling the first and final points after subdivision. |
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable)
|
| bOutputExtremityNeighborIndexAttribute |
bool |
|
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, InlineEditConditionToggle)
|
| bOutputModuleIndexAttribute |
bool |
|
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, InlineEditConditionToggle)
|
| bShouldFlipAxis |
bool |
If we need to flip axis. |
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_Overridable, EditCondition="!bFlipAxisAsAttribute", EditConditionHides, ShowAfter="bFlipAxisAsAttribute")
|
| bSilenceGrammarDoesNotFitErrors |
bool |
Do not post node errors when the grammar does not fit the segment. |
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- AdvancedDisplay
- Meta=(PCG_Overridable)
|
| ExtremityNeighborIndexAttributeName |
FName |
Name of the extremity neighbor index output attribute name. |
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, EditCondition="bOutputExtremityNeighborIndexAttribute")
|
| FlipAxisAttribute |
FPCGAttributePropertyInputSelector |
Name of the attribute to know if we need to flip axis. |
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_Overridable, EditCondition="bFlipAxisAsAttribute", EditConditionHides, ShowAfter="bFlipAxisAsAttribute")
|
| IsFinalAttributeName |
FName |
Name of the attribute labeling the final output point from the final module. |
Elements/Grammar/PCGSubdivideSegment.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/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, EditCondition="bOutputExtremityAttributes", EditConditionHides)
|
| ModuleIndexAttributeName |
FName |
Name of the module index output attribute name. |
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, EditCondition="bOutputModuleIndexAttribute")
|
| SubdivisionAxis |
EPCGSplitAxis |
Subdivision direction in point local space. |
Elements/Grammar/PCGSubdivideSegment.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
|