Add IntX to VariantType.

This commit is contained in:
Jean-Baptiste Perrier
2021-04-08 18:42:40 +02:00
parent 42075f7b2a
commit 3185691077

View File

@@ -54,6 +54,10 @@ API_STRUCT(InBuild) struct FLAXENGINE_API VariantType
ManagedObject,
Typename,
Int2,
Int3,
Int4,
MAX
};