Level streaming with C++

This is old, but I figured I would clarify something. The Linkage value is an int32 that can be used to “link” the callback to the request. This linkage is useful when you have more than one of these requests currently running.

To use this feature, the function arguments should look like this:

UFUNCTION()
void myFunctionToCall( int32 Linkage );