Navigation
API > API/Plugins > API/Plugins/PCG
Data that wrap/represent an asset, like a Static Mesh or Texture.
| Name | UPCGResourceData |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGResourceData.h |
| Include Path | #include "Data/PCGResourceData.h" |
Syntax
UCLASS (MinimalAPI, Abstract, BlueprintType, ClassGroup=(Procedural))
class UPCGResourceData : public UPCGData
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGResourceData
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeInfo | FPCGDataTypeInfoResource | Data/PCGResourceData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSoftObjectPath GetResourcePath() |
Data/PCGResourceData.h | ||
TSharedPtr< FStreamableHandle > RequestResourceLoad
(
bool bAsynchronous |
Data/PCGResourceData.h |
Overridden from UPCGData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGSEPCGDataType GetDataType() |
@todo_pcg To be deprecated when we switch to the new type | Data/PCGResourceData.h | |
virtual const FPCGDataTypeBaseId & GetDataTypeId() |
Data/PCGResourceData.h |