Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGBlueprintSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGExecuteBlueprint.h |
| Include | #include "Elements/PCGExecuteBlueprint.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGBlueprintSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UPCGBlueprintElement > | BlueprintElementInstance | ||
| TSubclassOf< UPCGBlueprintElement > | BlueprintElementType | ||
| bool | bTrackActorsOnlyWithinBounds | If this is checked, found actors that are outside component bounds will not trigger a refresh. | |
| TArray< FName > | TrackedActorTags |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
||
| TObjectPtr< UPCGBlueprintElement > | |||
| TSubclassOf< UPCGBlueprintElement > | |||
| void | OnBlueprintChanged
(
UBlueprint* InBlueprint |
||
| void | OnBlueprintElementChanged
(
UPCGBlueprintElement* InElement |
||
| void | PreEditChange
(
FProperty* PropertyAboutToChange |
||
| void | |||
| void | SetElementType
(
TSubclassOf< UPCGBlueprintElement > InElementType, |
||
| void | |||
| void | |||
| void | |||
| void |
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. | |
| void | ApplyPreconfiguredSettings
(
const FPCGPreConfiguredSettingsInfo& InPreconfiguredsInfo |
||
| bool | This node may have side effects, don't assume we can cull even when unwired. | ||
| FPCGElementPtr | |||
| void | There is a weird issue where the BP class is not set correctly in some Server cases. | ||
| TArray< FPCGSettingsOverridableParam > | Can be overridden to add more custom params (like in BP). | ||
| FString | Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | ||
| EPCGChangeType | GetChangeTypeForProperty
(
const FName& InPropertyName |
Gets the change impact for a given property. | |
| 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 | |||
| UObject * | Override this class to provide an UObject to jump to in case of double click on node ie. returning a blueprint instance will open the given blueprint in its editor. | ||
| FLinearColor | |||
| TArray< FPCGPreConfiguredSettingsInfo > | Return preconfigured info that will be filled in the editor palette action, allowing to create pre-configured settings | ||
| void | GetStaticTrackedKeys
(
FPCGSelectionKeyToSettingsMap& OutKeysToSettings, |
Derived classes must implement this to communicate dependencies that are known statically. | |
| EPCGSettingsType | GetType () |
||
| bool | If the node has any dynamic pins that can change based on input or settings | ||
| bool | Display generated title line as primary title (example: BP nodes display the blueprint name as the primary title). | ||
| bool | To be removed when we support automatic override of BP params. | ||
| 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 | If there are preconfigured info, we can skip the default settings and only expose pre-configured actions in the editor palette | ||
| TArray< FPCGPinProperties > | |||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | PostLoad () |
||
| bool | UseSeed () |
By default, settings do not use a seed. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCanBeMultithreaded_DEPRECATED | ||
| TSubclassOf< UPCGBlueprintElement > | BlueprintElement_DEPRECATED |