Navigation
API > API/Runtime > API/Runtime/TraceBasedDebuggersAnalysis > API/Runtime/TraceBasedDebuggersAnalysis/FRecordingControls
Description
Derived classes must override this method to provide the specific message type required to start recording That type must inherit from FStartRecordingCommandMessage. Once message is ready to be sent the RecordingControls base class will call SendStartRecordingCommandInternal so the type can be de-referenced to call the templated function SendCommand of the sessions manager. e.g., TNotNull
void FMyRecordingControls::SendStartRecordingCommandInternal(const FMessageAddress& InAddress, TUniquePtr
| Name | BuildStartRecordingParamsInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/TraceBasedDebuggersAnalysis/Public/Widgets/RecordingControls.h |
| Include Path | #include "Widgets/RecordingControls.h" |
TNotNull< TUniquePtr < FStartRecordingCommandMessage > > BuildStartRecordingParamsInternal()
See Also
- SendStartRecordingCommandInternal