Navigation
API > API/Plugins > API/Plugins/PCG
Helper class to allow the BP to call the custom setters and getters on FPCGAttributePropertySelector.
| Name | UPCGAttributePropertySelectorBlueprintHelpers |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGAttributePropertySelector.h |
| Include Path | #include "Metadata/PCGAttributePropertySelector.h" |
Syntax
UCLASS ()
class UPCGAttributePropertySelectorBlueprintHelpers : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UPCGAttributePropertySelectorBlueprintHelpers
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPCGAttributePropertyInputSelector CopyAndFixLast
(
UPARAM(const, ref) const FPCGAttributePropertyInputSelector& Selector, |
Metadata/PCGAttributePropertySelector.h |
|
|
static FPCGAttributePropertyOutputSelector CopyAndFixSource
(
UPARAM(const, ref) const FPCGAttributePropertyOutputSelector& OutputSelector, |
Metadata/PCGAttributePropertySelector.h |
|
|
static FName GetAttributeName
(
UPARAM(const, ref) const FPCGAttributePropertySelector& Selector |
Metadata/PCGAttributePropertySelector.h |
|
|
static FName GetDomainName
(
UPARAM(const, ref) const FPCGAttributePropertySelector& Selector |
Metadata/PCGAttributePropertySelector.h |
|
|
static const TArray< FString > & GetExtraNames
(
UPARAM(const, ref) const FPCGAttributePropertySelector& Selector |
Metadata/PCGAttributePropertySelector.h |
|
|
static EPCGExtraProperties GetExtraProperty
(
UPARAM(const, ref) const FPCGAttributePropertySelector& Selector |
Metadata/PCGAttributePropertySelector.h |
|
|
static FName GetName
(
UPARAM(const, ref) const FPCGAttributePropertySelector& Selector |
Metadata/PCGAttributePropertySelector.h |
|
|
static EPCGPointProperties GetPointProperty
(
UPARAM(const, ref) const FPCGAttributePropertySelector& Selector |
Metadata/PCGAttributePropertySelector.h |
|
|
static FName GetPropertyName
(
UPARAM(const, ref) const FPCGAttributePropertySelector& Selector |
Metadata/PCGAttributePropertySelector.h |
|
|
static EPCGAttributePropertySelection GetSelection
(
UPARAM(const, ref) const FPCGAttributePropertySelector& Selector |
Metadata/PCGAttributePropertySelector.h |
|
|
static bool SetAttributeName
(
UPARAM(ref) FPCGAttributePropertySelector& Selector, |
Metadata/PCGAttributePropertySelector.h |
|
|
static bool SetDomainName
(
UPARAM(ref) FPCGAttributePropertySelector& Selector, |
Metadata/PCGAttributePropertySelector.h |
|
|
static bool SetExtraProperty
(
UPARAM(ref) FPCGAttributePropertySelector& Selector, |
Metadata/PCGAttributePropertySelector.h |
|
|
static bool SetPointProperty
(
UPARAM(ref) FPCGAttributePropertySelector& Selector, |
Metadata/PCGAttributePropertySelector.h |
|
|
static bool SetPropertyName
(
UPARAM(ref) FPCGAttributePropertySelector& Selector, |
Metadata/PCGAttributePropertySelector.h |
|