![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ApplePlatformSymbolication.h>
Public Member Functions | |
| CORE_API | FApplePlatformSymbolDatabase () |
| CORE_API | FApplePlatformSymbolDatabase (FApplePlatformSymbolDatabase const &Other) |
| CORE_API | ~FApplePlatformSymbolDatabase () |
| CORE_API FApplePlatformSymbolDatabase & | operator= (FApplePlatformSymbolDatabase const &Other) |
Public Attributes | |
| TSharedPtr< FGenericPlatformSymbolDatabase > | GenericDB |
| FApplePlatformSymbolCache | AppleDB |
Apple symbol database.
| FApplePlatformSymbolDatabase::FApplePlatformSymbolDatabase | ( | ) |
| FApplePlatformSymbolDatabase::FApplePlatformSymbolDatabase | ( | FApplePlatformSymbolDatabase const & | Other | ) |
| FApplePlatformSymbolDatabase::~FApplePlatformSymbolDatabase | ( | ) |
| FApplePlatformSymbolDatabase & FApplePlatformSymbolDatabase::operator= | ( | FApplePlatformSymbolDatabase const & | Other | ) |
| FApplePlatformSymbolCache FApplePlatformSymbolDatabase::AppleDB |
| TSharedPtr<FGenericPlatformSymbolDatabase> FApplePlatformSymbolDatabase::GenericDB |