Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGApplyOnActorSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGApplyOnActor.h |
| Include | #include "Elements/PCGApplyOnActor.h" |
Syntax
UCLASS (BlueprintType)
class UPCGApplyOnActorSettings : public UPCGSettings
Remarks
Apply property overrides and executes functions on a target actor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | PostProcessFunctionNames | Specify a list of functions to be called on the target actor. | |
| TArray< FPCGObjectPropertyOverrideDescription > | PropertyOverrideDescriptions | Override the default property values on the target actor. Applied before post-process functions. | |
| TSoftObjectPtr< AActor > | TargetActor |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| 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 > |