Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/Grammar
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Grammar/PCGSubdivisionBase.h |
| Include | #include "Elements/Grammar/PCGSubdivisionBase.h" |
Syntax
template<typename T>
struct TModuleInstance
Remarks
Materialized modules created from a tokenized grammar.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsValid | ||
| bool | bSkipExpansion | ||
| double | ExtraScale | ||
| const T * | Module |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TModuleInstance
(
const T* InModule |