Need help debugging

Hey there, try adding this as a parameter to the component creation and try registering it after creation like this:

UPhysicsHandleComponent * PhysicsHandle = NewObject<UPhysicsHandleComponent>(this);

PhysicsHandle->RegisterComponent();