Performing a trace
The plugin includes a library to simplify performing line traces in C++ and expose the async trace functions to Blueprint. These are simple traces and do not utilize the Mass framework.
To utilize the Mass framework, you will want to call StartTrace
function which takes in a TraceConfig
class.
Last updated