Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGInstanceDataPackerByAttribute |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/InstanceDataPackers/PCGInstanceDataPackerByAttribute.h |
| Include Path | #include "InstanceDataPackers/PCGInstanceDataPackerByAttribute.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGInstanceDataPackerByAttribute : public UPCGInstanceDataPackerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGInstanceDataPackerBase → UPCGInstanceDataPackerByAttribute
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeNames | TArray< FName > | InstanceDataPackers/PCGInstanceDataPackerByAttribute.h |
|
|
| AttributeSelectors | TArray< FPCGAttributePropertyInputSelector > | InstanceDataPackers/PCGInstanceDataPackerByAttribute.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PackInstances_Implementation
(
UPARAM(ref) FPCGContext& Context, |
InstanceDataPackers/PCGInstanceDataPackerByAttribute.h |
Overridden from UPCGInstanceDataPackerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetAttributeNames
(
TArray< FName >* OutNames |
If OutNames is not null, returns a list of all attributes that will be packed. | InstanceDataPackers/PCGInstanceDataPackerByAttribute.h | |
virtual TOptional< TConstArrayView< FPCGAttributePropertyInputSelector > > GetAttributeSelectors() |
Returns a list of all attribute selectors that will be packed, if they can be statically determined (prior to execution). | InstanceDataPackers/PCGInstanceDataPackerByAttribute.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
InstanceDataPackers/PCGInstanceDataPackerByAttribute.h |