Skip to content

CPP Entity Blueprint

Pavle edited this page Dec 3, 2021 · 1 revision
struct SCppEntityBlueprint
{
    STypeID* typeName;
    TArray<SCppEntitySubsetInfo> subsets;
};
Clone this wiki locally