Hello, I have the following question.
I want to modify PointCloud of NiagaraDepthVisualization.
To do this,
I created a C++ class equivalent to PointCloud.
I cloned NiagaraDepth_BP and replaced its parent class with it.
However, NuitrackManager_GetUserFrame_impl always returned false.
The new class has the same code as PointCloud. The difference is that the class is in my project.
Is it theoretically possible to make it work properly from the C++ I create in my project?