| BlueprintElementClass |
TSubclassOf< UPCGBlueprintBaseElement > |
The blueprint element class used to define the pin interface for this node instance |
Elements/PCGIndirectionElement.h |
- EditAnywhere
- Category=Settings
- Meta=(EditCondition="ProxyInterfaceMode == EPCGProxyInterfaceMode::ByBlueprintElement", EditConditionHides)
|
| bTagOutputsBasedOnOutputPins |
bool |
|
Elements/PCGIndirectionElement.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_Overridable)
|
| ProxyInterfaceMode |
EPCGProxyInterfaceMode |
Defines which interface to use for populating pins |
Elements/PCGIndirectionElement.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
|
| Settings |
TObjectPtr< UPCGSettings > |
The element settings, which can be overriden, that will be used during the proxy execution |
Elements/PCGIndirectionElement.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Settings
- Meta=(PCG_Overridable)
|
| SettingsClass |
TSubclassOf< UPCGSettings > |
The element settings class used to define the pin interface for this node instance |
Elements/PCGIndirectionElement.h |
- EditAnywhere
- Category=Settings
- Meta=(EditCondition="ProxyInterfaceMode == EPCGProxyInterfaceMode::ByNativeElement", EditConditionHides)
|