Crash on MacOSX 10.9 while using a ps3 controller

I have fixed, in file HIDInputInterface.cpp, find code

for ( int32 ControllerIndex=0; ControllerIndex < MAX_NUM_HIDINPUT_CONTROLLERS; ++ControllerIndex )
{
	FControllerState& ControllerState = ControllerStates[ControllerIndex];
	FMemory::Memzero( &ControllerState, sizeof(FControllerState) );
    
	ControllerState.ControllerId = ControllerIndex;
}

move all of them to beginning of HIDInputInterface::HIDInputInterface function, I have modified and work fine.