Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IEditableLogProvider
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Log.h |
Include | #include "TraceServices/Model/Log.h" |
[FLogCategoryInfo](API\Developer\TraceServices\TraceServices\Model\FLogCategoryInfo) & GetCategory ( uint64 CategoryPointer )
Remarks
Fetch the data structure for a log category. A reference to the category structure.
Parameters
Name | Description |
---|---|
CategoryPointer | The unique identity (memory address) of the category instrumentation. |