Quantcast
Channel: Work – Daniel
Viewing all articles
Browse latest Browse all 28

Instantiate and allocate a UObject from class in C++

$
0
0

In Unreal Engine 4 the C++ method for instantiating a new UObject is the NewObject<T>() constructor.

auto myObject = NewObject<MyObjectClass>();


Viewing all articles
Browse latest Browse all 28

Latest Images

Trending Articles



Latest Images