Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGGraphInputOutputSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGInputOutputSettings.h |
| Include | #include "PCGInputOutputSettings.h" |
Syntax
UCLASS&40;NotBlueprintable, Hidden, ClassGroup&61;&40;Procedural&41;&41;
class UPCGGraphInputOutputSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsInput | ||
| TArray< FPCGPinProperties > | CustomPins | ||
| TArray< FLabelAndTooltip > | StaticAdvancedInLabels | ||
| TArray< FLabelAndTooltip > | StaticAdvancedOutLabels | ||
| TArray< FLabelAndTooltip > | StaticInLabels | ||
| TArray< FLabelAndTooltip > | StaticOutLabels |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UPCGGraphInputOutputSettings
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FPCGPinProperties & | AddCustomPin
(
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. | |
| void | |||
| TArray< FPCGPinProperties > | |||
| bool | IsCustomPin
(
const UPCGPin* InPin |
||
| void | SetInput
(
bool bInIsInput |
||
| const TArray< FLabelAndTooltip > & | |||
| const TArray< FLabelAndTooltip > & | StaticLabels () |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| TArray< FPCGPinProperties > | Internal functions, should not be used by any user. | ||
| TArray< FPCGPinProperties > | |||
| 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 > |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FLabelAndTooltip |