Anyone know how to specify which TRACE CHANNEL you want in python?

in blueprint, the lineTraceByChannel node lets you use a dropdown to pick which TRACE CHANNEL you want to use. in python, there’s no drop down obviously and i’m just completely failing to figure out what you’re supposed to type into the TRACE_CHANNEL cvar for the LINE_TRACE_SINGLE function… :stuck_out_tongue:

thanks in advance! :slight_smile:

For others that find this in the future, try:

trace_channel=unreal.TraceTypeQuery.TRACE_TYPE_QUERY1

For the default visibility channel.