int16 should work, UE4 reflection system does not support it (only supports int32 and uint8), but as long as you don’t use UPROPERTY() on it it should work without problem.
How do you declare TestClass()?
Also check logs, and try rebuilding, sometimes there linking problems.