Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/InstanceDataPackers
Inheritance Hierarchy
- UObject
- UPCGInstanceDataPackerBase
- UPCGInstanceDataPackerByAttribute
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/InstanceDataPackers/PCGInstanceDataPackerByAttribute.h |
| Include | #include "InstanceDataPackers/PCGInstanceDataPackerByAttribute.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGInstanceDataPackerByAttribute : public UPCGInstanceDataPackerBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | AttributeNames | ||
| TArray< FPCGAttributePropertyInputSelector > | AttributeSelectors |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PackInstances_Implementation
(
UPARAM(ref) FPCGContext& Context, |
||
| void | PostLoad () |
Overridden from UPCGInstanceDataPackerBase
| Type | Name | Description | |
|---|---|---|---|
| bool | GetAttributeNames
(
TArray< FName >* OutNames |
If OutNames is not null, returns a list of all attributes that will be packed. |