I was just curious why we have to do
GetOwner->FindComponentByClass
for AudioComponent but not PressurePlate?
We are assigning both nullptr by default and using the editor to assign what they are so I was a bit confused on the difference here. Thanks