Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataDomain
Description
Advanced method. If you used AddEntryPlaceholder, call this function at the end of your MT processing to add all the entries in one shot. Make sure to call this one at the end!!
| Name | AddDelayedEntries |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataDomain.h |
| Include Path | #include "Metadata/PCGMetadataDomain.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadataDomain.cpp |
void AddDelayedEntries
(
const TArray < TTuple < int64, int64 > > & AllEntries
)
Parameters
| Name | Remarks |
|---|---|
| AllEntries | Array of pairs. First item is the EntryIndex generated by AddEntryPlaceholder, the second the ParentEntryKey (cf AddEntry) |