0x00x0040
Members 0
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x0028 | 0x18 | unreflected bytes to end of USentryEvent | |||
Functions 26
| Signature | Flags | Native | Params |
|---|---|---|---|
| bool TryGetTag(const FString& Key, const FString& Value) | FinalNative+1 flags | 0x21 | |
| bool TryGetExtra(const FString& Key, FSentryVariant& Value) | FinalNative+1 flags | 0x31 | |
| bool TryGetContext(const FString& Key, TMap<FString, FSentryVariant>& Value) | FinalNative+1 flags | 0x61 | |
| void SetTags(TMap<FString, FString>& Tags) | FinalNative+1 flags | 0x50 | |
| void SetTag(const FString& Key, const FString& Value) | FinalNative+1 flags | 0x20 | |
| void SetMessage(const FString& Message) | FinalNative+1 flags | 0x10 | |
| void SetLevel(const ESentryLevel& Level) | FinalNative+1 flags | 0x01 | |
| void SetFingerprint(const TArray<FString>& Fingerprint) | FinalNative+1 flags | 0x10 | |
| void SetExtras(TMap<FString, FSentryVariant>& Extras) | FinalNative+1 flags | 0x50 | |
| void SetExtra(const FString& Key, FSentryVariant& Value) | FinalNative+1 flags | 0x30 | |
| void SetContext(const FString& Key, TMap<FString, FSentryVariant>& Values) | FinalNative+1 flags | 0x60 | |
| void RemoveTag(const FString& Key) | FinalNative+1 flags | 0x10 | |
| void RemoveExtra(const FString& Key) | FinalNative+1 flags | 0x10 | |
| void RemoveContext(const FString& Key) | FinalNative+1 flags | 0x10 | |
| bool IsCrash() | FinalNative+1 flags | 0x01 | |
| bool IsAnr() | FinalNative+1 flags | 0x01 | |
| void Initialize() | FinalNative+1 flags | 0x00 | |
| TMap<FString, FString> GetTags() | FinalNative+1 flags | 0x50 | |
| FString GetTag(const FString& Key) | FinalNative+1 flags | 0x20 | |
| FString GetMessage() | FinalNative+1 flags | 0x10 | |
| ESentryLevel GetLevel() | FinalNative+1 flags | 0x01 | |
| FString GetId() | FinalNative+1 flags | 0x10 | |
| TArray<FString> GetFingerprint() | FinalNative+1 flags | 0x10 | |
| TMap<FString, FSentryVariant> GetExtras() | FinalNative+1 flags | 0x50 | |
| FSentryVariant GetExtra(const FString& Key) | FinalNative+1 flags | 0x30 | |
| TMap<FString, FSentryVariant> GetContext(const FString& Key) | FinalNative+1 flags | 0x60 |