Quantcast
Channel: How to unit test with data assets C++ Unreal Engine - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by goose_lake for How to unit test with data assets C++ Unreal Engine

Creatinig UDataAssets using templated UObject macros such as NewObject, NewNamedObject, ConstructObject is totally fine, and seems like the best approach, for reasons you have noted: indeed, it is best...

View Article



How to unit test with data assets C++ Unreal Engine

I am adding some unit tests to my C++ plugin for Unreal Engine.I am currently using the Automation System for that.I already have working unit tests for the structs and some simple UObjects.However I...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images