Navigation
API > API/Plugins > API/Plugins/PCG
Converts a resource data to an attribute set containing the resource path.
| Name | UPCGGetResourcePath |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGGetResourcePath.h |
| Include Path | #include "Elements/PCGGetResourcePath.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGGetResourcePath : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGGetResourcePath
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGGetResourcePath.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGGetResourcePath.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGGetResourcePath.h | ||
virtual bool HasExecutionDependencyPin () |
Execution Dependency section. | Elements/PCGGetResourcePath.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGGetResourcePath.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGGetResourcePath.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGGetResourcePath.h |