LogTemp: Error: Unable to get physics handle for: BuildingEscapeGameModeBase_BP_C_0
PhysicsHandle = GetOwner()->FindComponentByClass();
if (!PhysicsHandle) {
UE_LOG(LogTemp, Error, TEXT(“Unable to get physics handle for: %s”),*(GetOwner()->GetName()))
}