Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGGraphInputOutputSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGInputOutputSettings.h |
| Include | #include "PCGInputOutputSettings.h" |
Syntax
UCLASS (MinimalAPI, NotBlueprintable, Hidden, ClassGroup=(Procedural))
class UPCGGraphInputOutputSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasAddedDefaultPin | ||
| bool | bIsInput | ||
| TArray< FPCGPinProperties > | Pins |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FPCGPinProperties & | AddPin
(
const FPCGPinProperties& NewCustomPinProperties |
Add a new custom pin Note that you should use the return value of this function, since it can be different from the one passed as argument. | |
| TArray< FPCGPinProperties > | DefaultPinProperties
(
bool bInvisiblePin |
||
| void | |||
| bool | IsInput () |
||
| void | SetInput
(
bool bInIsInput |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyDeprecationBeforeUpdatePins
(
UPCGNode* InOutNode, |
UpdatePins will kick off invalid edges, so this is useful for moving edges around in case of pin changes. | |
| FPCGElementPtr | |||
| TArray< FPCGPinProperties > | Internal functions, should not be used by any user. | ||
| TArray< FPCGPinProperties > | |||
| EPCGChangeType | GetChangeTypeForProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Gets the change impact for a given property. | |
| FName | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| 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. | ||
| TArray< FPCGPinProperties > | |||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | PostLoad () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FPCGPinProperties > | CustomPins_DEPRECATED | ||
| TSet< FName > | PinLabels_DEPRECATED |