Datee

Results 13 issues of Datee

## Please add support for the new version of the body tracking sdk : v.1.1.0 When trying out the current version with K4aBT we get the error : `Kinect device...

Exposes the Gpu Device ID to the AzureKinect Manager - This is useful when you want control over what GPU the kinect will use. Also, this is a solution for...

UE4.19 tested both on android and also occuring with PIE. Editor crashes when game is stopped with PIE maybe 1/3 times. On Android app crashes when minimzed.

The readme says Haxe and C# support is planned for tier 2. Is this still the goal? Haxe support would be very awesome! I see that Haxe tests was added...

Some way to generate and set mipmaps on cubemaps with G4 would be very useful. Ideally like you can with Image using **`generateMipmaps(..)`** and **`setMipmaps(...)`** ?

As far as i understand, in my khafile, setting `project.targetOptions.android_native.disableStickyImmersiveMode` -should- enable immersive mode on Android..? But as far as i can see it does not... Seems that whatever i...

So testing out the latest versions it seems to be some issue with cppia compilation and extraClasspaths: in **UhxConfig.hx**: `config.extraStaticClasspaths = ['C:/dev/UE4Libs/haxe'];` in TestActor.hx (example) `import com.testproject.TestUtils;` `|` `|` `TestUtils.testFunc();`...

From my testing it seems linking / hotloading does not take place while the UE4 editor is open. Compiles ok, but does not link. By closing the editor and compiling...

bug

So making a BlueprintFunctionLibrary class in "scripts" and compiling with cppia none of the static functions are visible in blueprints. Moving the class to "Static" fixes it and all functions...

Consider the following code: >var uncompressedBGRA:Ref> = Ref.fromStruct(TArray.create(new TypeParam< UInt8 >())); >var data = uncompressedBGRA.get(); This gives the following compiler error: >./src/nx/NXTest.cpp(140): error C2227: left of '->__Field' must point to...

bug