FControlClient::Send

Sends a raw command to the instance.

Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > FControlClient > Send

References

   
Module TraceAnalysis
Header /Engine/Source/Developer/TraceAnalysis/Public/Trace/ControlClient.h
Include #include "Trace/ControlClient.h"
Source /Engine/Source/Developer/TraceAnalysis/Private/ControlClient.cpp
void Send
(
    const TCHAR * Command
)

Remarks

Sends a raw command to the instance.

Parameters

Name Description
Command The command to send to the runtime (CRLF terminator not required).

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library