struct FInsertGroup

#include <InsertAction.h>

struct FInsertGroup
{
    // fields

    FSpawnActorDesc InsertActorDesc;
    FSpawnActorDesc FinalActorDesc;
    InheritTransformFrom inheritGrabbable;
    InheritTransformFrom inheritFinal;
};