How to Set Stream-Output in UE?

I want to implement the stream output of geometry shader in UE, I found similar code in Nanite.cpp, but it seems that it only defines this output in .usf, I didn’t find anything like ID3D11DeviceContext::SOSetTargets() in any .cpp. How can I implement the stream output of the geometry shader?