0x00x0058
Members 2
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x0028 | 0x18 | padding / unreflected | |||
| 0x10 | Body | FString | 3 flags | "" | |
| 0x01 | Level | ESentryLevel | 5 flags | Debug | |
| 0x0051 | 0x07 | unreflected bytes to end of USentryLog | |||
Functions 10
| Signature | Flags | Native | Params |
|---|---|---|---|
| bool TryGetAttribute(const FString& Key, FSentryVariant& Value) | FinalNative+1 flags | 0x31 | |
| void SetLevel(const ESentryLevel& Level) | FinalNative+1 flags | 0x01 | |
| void SetBody(const FString& Body) | FinalNative+1 flags | 0x10 | |
| void SetAttribute(const FString& Key, FSentryVariant& Value) | FinalNative+1 flags | 0x30 | |
| void RemoveAttribute(const FString& Key) | FinalNative+1 flags | 0x10 | |
| void Initialize() | FinalNative+1 flags | 0x00 | |
| ESentryLevel GetLevel() | FinalNative+1 flags | 0x01 | |
| FString GetBody() | FinalNative+1 flags | 0x10 | |
| FSentryVariant GetAttribute(const FString& Key) | FinalNative+1 flags | 0x30 | |
| void AddAttributes(TMap<FString, FSentryVariant>& Attributes) | FinalNative+1 flags | 0x50 |