unreal.PCGAttributePropertySelectorBlueprintHelpers

class unreal.PCGAttributePropertySelectorBlueprintHelpers(outer: Object | None = None, name: Name | str = 'None')

Bases: BlueprintFunctionLibrary

Helper class to allow the BP to call the custom setters and getters on FPCGAttributePropertySelector.

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGAttributePropertySelector.h

classmethod copy_and_fix_last(selector, data) PCGAttributePropertyInputSelector

Copy and Fix Last

Parameters:
Return type:

PCGAttributePropertyInputSelector

classmethod copy_and_fix_source(output_selector, input_selector) PCGAttributePropertyOutputSelector

Copy and Fix Source

Parameters:
Return type:

PCGAttributePropertyOutputSelector

classmethod get_attribute_name(selector) Name

Get Attribute Name

Parameters:

selector (PCGAttributePropertySelector) –

Return type:

Name

classmethod get_extra_names(selector) Array[str]

Get Extra Names

Parameters:

selector (PCGAttributePropertySelector) –

Return type:

Array[str]

classmethod get_extra_property(selector) PCGExtraProperties

Get Extra Property

Parameters:

selector (PCGAttributePropertySelector) –

Return type:

PCGExtraProperties

classmethod get_name(selector) Name

Get Name

Parameters:

selector (PCGAttributePropertySelector) –

Return type:

Name

classmethod get_point_property(selector) PCGPointProperties

Get Point Property

Parameters:

selector (PCGAttributePropertySelector) –

Return type:

PCGPointProperties

classmethod get_selection(selector) PCGAttributePropertySelection

Get Selection

Parameters:

selector (PCGAttributePropertySelector) –

Return type:

PCGAttributePropertySelection

classmethod set_attribute_name(selector, attribute_name) PCGAttributePropertySelector or None

Set Attribute Name

Parameters:
Returns:

selector (PCGAttributePropertySelector):

Return type:

PCGAttributePropertySelector or None

classmethod set_extra_property(selector, extra_property) PCGAttributePropertySelector or None

Set Extra Property

Parameters:
Returns:

selector (PCGAttributePropertySelector):

Return type:

PCGAttributePropertySelector or None

classmethod set_point_property(selector, point_property) PCGAttributePropertySelector or None

Set Point Property

Parameters:
Returns:

selector (PCGAttributePropertySelector):

Return type:

PCGAttributePropertySelector or None