Hi everyone,
I'm having trouble to spawn the correct Checkpoints in my Military Custom Objectives.
I wish to spawn the medium "Checkpoint_BLU_F" but it always spawn the large one.
I think it's because they have the same class name but under a different parent. ie:
"Empty" >> "Military" >> "CheckpointsBarricadesLarge" >> "Checkpoint_BLU_F"
vs
"Empty" >> "Military" >> "CheckpointsBarricadesMedium" >> "Checkpoint_BLU_F"
Is there a way to specify it correctly?