Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGHiGenGridSizeSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGHiGenGridSize.h |
| Include | #include "Elements/PCGHiGenGridSize.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGHiGenGridSizeSettings : public UPCGSettings
Remarks
Set the execution grid size for downstream nodes. Enables executing a single graph across a hierarchy of grids.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPCGHiGenGrid | HiGenGridSize |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EPCGHiGenGrid | GetGrid () |
||
| uint32 | GetGridSize () |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FName | Derived classes can implement this to expose additional name information in the logs | ||
| FPCGElementPtr | |||
| EPCGDataType | GetCurrentPinTypes
(
const UPCGPin* InPin |
Returns the current pin types, which can either be the static types from the pin properties, or a dynamic type based on connected edges. | |
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| bool | If the node has any dynamic pins that can change based on input or settings | ||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | ||
| bool | IsStructuralProperty
(
const FName& InPropertyName |
||
| TArray< FPCGPinProperties > |