Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- IPCGElement
- IPCGElementWithCustomContext
- FPCGDataTableRowToParamData
- FPCGLoadDataAssetElement
- FPCGPointFromMeshElement
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGElement.h |
| Include | #include "PCGElement.h" |
Syntax
template<typename ContextType, typename>
class IPCGElementWithCustomContext : public IPCGElement
Remarks
Convenience class for element with custom context that can be default constructed (need no initialization)
Overridden from IPCGElement
| Type | Name | Description | |
|---|---|---|---|
| FPCGContext * | Let each element optionally act as a concrete factory for its own context |