klawr icon indicating copy to clipboard operation
klawr copied to clipboard

Expose TArray properties and functions with TArray arguments in C# wrappers

Open enlight opened this issue 9 years ago • 3 comments

enlight avatar Sep 27 '14 05:09 enlight

Preliminary support for exposing TArray properties has been committed in f7e633abb342366d77c6924fc0b94d14a4dcfb79

enlight avatar Oct 10 '14 13:10 enlight

Disabled wrapper generation for TArray<TSubclassOf<T>> in 552a6061a59f20cf41115a377800db01fe9b91c5 as this isn't supported yet.

The wrapper that was being generated was invalid and prevented the C# wrappers project from building successfully.

enlight avatar Jul 21 '15 04:07 enlight

Once issue #38 is addressed it should be possible to expose TArray<T> for any T (provided T has a corresponding managed type).

enlight avatar Aug 25 '15 03:08 enlight