Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVisualLogger
| Name | FVisualLoggerObjectEntryMap |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h |
| Include Path | #include "VisualLogger/VisualLogger.h" |
Syntax
struct FVisualLoggerObjectEntryMap : public TMap< FObjectKey, FVisualLogEntry >
Inheritance Hierarchy
- TMap → FVisualLogger::FVisualLoggerObjectEntryMap
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntriesAccessDetector | FRWTransactionallySafeAccessDetector | Multithread access detector for map entries (adding/removing to/from the map or modifying an entry) | VisualLogger/VisualLogger.h |