Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Grammar
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Grammar/PCGGrammar.h |
| Include | #include "Grammar/PCGGrammar.h" |
Syntax
USTRUCT (Blueprintable, BlueprintType )
struct FPCGGrammarSelection
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bGrammarAsAttribute | Read the grammar as an attribute rather than directly from the settings. | |
| FPCGAttributePropertyInputSelector | GrammarAttribute | Attribute to be taken from the input spline containing the grammar to use. | |
| FString | GrammarString | An encoded string that represents how to apply a set of rules to a series of defined modules. |