Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGAttributeAccessorFactory
Description
Create a simple key based on the data passed as input. Internal function deliberately not exposed. Use PCGAttributeAccessorHelpers::CreateKeys.
| Name | CreateSimpleKeys |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorFactory.h |
| Include Path | #include "Metadata/Accessors/PCGAttributeAccessorFactory.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/Accessors/PCGAttributeAccessorFactory.cpp |
TUniquePtr < IPCGAttributeAccessorKeys > CreateSimpleKeys
(
UPCGData * InData,
const FPCGAttributePropertySelector & InSelector,
const bool bQuiet
) const