Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGInstanceDataPackerByAttribut-
Description
If OutNames is not null, returns a list of all attributes that will be packed. Returns true if this list can be statically determined (prior to execution).
Virtual Inheritance
- UPCGInstanceDataPackerBase::GetAttributeNames → UPCGInstanceDataPackerByAttribute::GetAttributeNames
| Name | GetAttributeNames |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/InstanceDataPackers/PCGInstanceDataPackerByAttribute.h |
| Include Path | #include "InstanceDataPackers/PCGInstanceDataPackerByAttribute.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/InstanceDataPackers/PCGInstanceDataPackerByAttribute.cpp |
virtual bool GetAttributeNames
(
TArray < FName > * OutNames
)