Navigation
API > API/Plugins > API/Plugins/PCG
Apply property overrides and executes functions on a target actor.
| Name | UPCGApplyOnActorSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGApplyOnActor.h |
| Include Path | #include "Elements/PCGApplyOnActor.h" |
Syntax
UCLASS (BlueprintType)
class UPCGApplyOnActorSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGApplyOnActorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPropagateObjectChangeEvent | bool | Overrides can propagate the change to the object if it is necessary. | Elements/PCGApplyOnActor.h |
|
| bSilenceErrorOnEmptyObjectPath | bool | Opt-in option to silence errors when the path is Empty or nothing to extract. | Elements/PCGApplyOnActor.h |
|
| bSynchronousLoad | bool | By default, object loading is asynchronous, can force it synchronous if needed. | Elements/PCGApplyOnActor.h |
|
| bUseOneOverrideDataPerElement | bool | In case of container override, allow for each element in input, to use the full override data in the Property Overrides pin. | Elements/PCGApplyOnActor.h |
|
| ObjectReferenceAttribute | FPCGAttributePropertyInputSelector | If something is connected in the In pin, it will look for this attribute values to load, representing the object reference. | Elements/PCGApplyOnActor.h |
|
| PostProcessFunctionNames | TArray< FName > | Specify a list of functions to be called on the target actor. | Elements/PCGApplyOnActor.h |
|
| PropertyOverrideDescriptions | TArray< FPCGObjectPropertyOverrideDescription > | Override the default property values on the target actor. Applied before post-process functions. | Elements/PCGApplyOnActor.h |
|
| TagsToAddOnActors | TArray< FName > | Elements/PCGApplyOnActor.h |
|
|
| TargetActor | TSoftObjectPtr< AActor > | Provides a single target actor to apply on, used only if the 'In' pin is not connected. | Elements/PCGApplyOnActor.h |
|