Navigation
API > API/Plugins > API/Plugins/PCG
Helper class to allow the BP to call the custom setters and getters on FPCGDataTypeIdentifier.
| Name | UPCGDataTypeIdentifierHelpers |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/Registry/PCGDataTypeIdentifier.h |
| Include Path | #include "Data/Registry/PCGDataTypeIdentifier.h" |
Syntax
UCLASS ()
class UPCGDataTypeIdentifierHelpers : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UPCGDataTypeIdentifierHelpers
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPCGDataTypeIdentifier GetIdentifierFromClass
(
TSubclassOf< UPCGData > Class |
Data/Registry/PCGDataTypeIdentifier.h |
|
|
static FPCGDataTypeIdentifier GetIdentifierFromLegacyType
(
EPCGExclusiveDataType LegacyDataType |
Data/Registry/PCGDataTypeIdentifier.h |
|
|
static bool IsComposition
(
const FPCGDataTypeIdentifier& This |
Data/Registry/PCGDataTypeIdentifier.h |
|
|
static bool IsIdentical
(
const FPCGDataTypeIdentifier& This, |
Return true if the IDs and subtypes are the same. | Data/Registry/PCGDataTypeIdentifier.h |
|
static bool IsSameType
(
const FPCGDataTypeIdentifier& This, |
Return true if the IDs are the same, but not necessary the subtype. | Data/Registry/PCGDataTypeIdentifier.h |
|
static bool IsValid
(
const FPCGDataTypeIdentifier& This |
Data/Registry/PCGDataTypeIdentifier.h |
|