Skip to content

Template Entity

Pavle edited this page Dec 3, 2021 · 2 revisions
struct STemplateEntity
{
    int blueprintIndexInResourceHeader;
    int rootEntityIndex;
    TArray<STemplateSubEntity> entityTemplates;
};
Clone this wiki locally