Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGPropertyToParamDataSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGPropertyToParamData.h |
| Include | #include "Elements/PCGPropertyToParamData.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGPropertyToParamDataSettings : public UPCGSettings
Remarks
Extract a property value from an actor/component into a ParamData.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGActorSelectorSettings | ActorSelector | ||
| bool | bAlwaysRequeryActors | If this is true, we will never put this element in cache, and will always try to re-query the actors and read the latest properties from them. | |
| bool | bExtractObjectAndStruct | If the property is a struct/object unsupported by metadata, this option can be toggled to extract all (compatible) properties contained in this property. | |
| bool | bSelectComponent | Allow to look for an actor component instead of an actor. | |
| bool | bTrackActorsOnlyWithinBounds | If this is checked, found actors that are outside component bounds will not trigger a refresh. | |
| TSubclassOf< UActorComponent > | ComponentClass | If we are looking for an actor component, the class can be specified here. | |
| FName | OutputAttributeName | By default, attribute name will be None, but it can be overridden by this name. | |
| FName | PropertyName | Property name to extract. Can only extract properties that are compatible with metadata types. |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FName | Derived classes can implement this to expose additional name information in the logs | ||
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| void | GetTrackedActorKeys
(
FPCGActorSelectionKeyToSettingsMap& OutKeysToSettings, |
Derived classes must implement this to communicate dependencies on external actors | |
| 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. |