| bForwardAttributesFromModulesInfo |
bool |
Do a match and set with the incoming modules info, only if the modules info is passed as input. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(EditCondition="bModuleInfoAsInput", EditConditionHides, PCG_Overridable)
|
| bModuleInfoAsInput |
bool |
Set it to true to pass the info as attribute set. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
|
| bOutputDebugColorAttribute |
bool |
|
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, InlineEditConditionToggle)
|
| bOutputScalableAttribute |
bool |
|
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, InlineEditConditionToggle)
|
| bOutputSizeAttribute |
bool |
|
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, InlineEditConditionToggle)
|
| bUseSeedAttribute |
bool |
Controls whether we'll use an attribute to drive random seeding for stochastic processes in the subdivision. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_Overridable, InlineEditConditionToggle)
|
| DebugColorAttributeName |
FName |
Name of the Debug Color output attribute name, ignored if Forward Attributes From Modules Info is true. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, EditCondition="bOutputDebugColorAttribute")
|
| GrammarSelection |
FPCGGrammarSelection |
An encoded string that represents how to apply a set of rules to a series of defined modules. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(ShowOnlyInnerProperties, PCG_Overridable)
|
| ModulesInfo |
TArray< FPCGSubdivisionSubmodule > |
Fixed array of modules used for the subdivision. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(EditCondition="!bModuleInfoAsInput", EditConditionHides, DisplayAfter=bModuleInfoAsInput)
|
| ModulesInfoAttributeNames |
FPCGSubdivisionModuleAttributeNames |
Fixed array of modules used for the subdivision. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(EditCondition="bModuleInfoAsInput", EditConditionHides, DisplayAfter=bModuleInfoAsInput, DisplayName="Attribute Names for Module Info")
|
| ScalableAttributeName |
FName |
Name of the Scalable output attribute name, ignored if Forward Attributes From Modules Info is true. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, EditCondition="bOutputScalableAttribute")
|
| SeedAttribute |
FPCGAttributePropertyInputSelector |
Attribute to use to drive seed selection. It should be convertible to an integer. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(EditCondition="bUseSeedAttribute", PCG_Overridable)
|
| SizeAttributeName |
FName |
Name of the Size output attribute name, ignored if Forward Attributes From Modules Info is true. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable, EditCondition="bOutputSizeAttribute")
|
| SymbolAttributeName |
FName |
Name of the Symbol output attribute name. |
Elements/Grammar/PCGSubdivisionBase.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Extra Output Attributes"
- Meta=(PCG_Overridable)
|