Newbie. enable/disable collision in construction script

hi,

having trouble creating a collision on/off switch. the way i have it currently will disable collision but it won’t enable it and i have no idea why.

i tried adding a ‘SetCollisionResponseToAllChannels’ node and using ‘block’ but that didn’t work either. once i disable the collision i can’t enable it.

how can i turn collision on?

thanks.

when are you trying to enable collision? Before game starts or during gameplay?

before the game starts. it’s in the construction script.

okay, it works if i do it on beginplay in the event graph.

thank you. :grin:

:rofl:

1 Like