IAnalyzer::FEventData::SerializeToCbor

Serializes the event to Cbor object.

Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > IAnalyzer > FEventData

References

   
Module TraceAnalysis
Header /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h
Include #include "Trace/Analyzer.h"
Source /Engine/Source/Developer/TraceAnalysis/Private/Analysis/Engine.cpp
void SerializeToCbor
&40;
    TArray< uint8 > & Out
&41; const

Remarks

Serializes the event to Cbor object.

Parameters

Name Description
Recipient of the Cbor serialization. Data is appeneded to Out.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library