Example #1
0
bool FEdModeLevel::SnapRotatorToGridOverride( FRotator& Rotation )
{
	 Rotation = Rotation.GridSnap( FRotator( 90, 90, 90 ) );
	 return true;
}