Navigation
API > API/Plugins > API/Plugins/USDUtilities
| Name | FUsdLogManager |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDUtilities/Public/USDErrorUtils.h |
| Include Path | #include "USDErrorUtils.h" |
Syntax
class FUsdLogManager
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DisableMessageLog() |
USDErrorUtils.h | ||
static void EnableMessageLog() |
USDErrorUtils.h | ||
static uint32 FileHashForEnsure
(
const char* Filename |
Copied from AssertionMacros.h as it's private there. | USDErrorUtils.h | |
static bool HasAccumulatedErrors () |
Returns whether we have currently accumulated any message with severity warning or higher. | USDErrorUtils.h | |
static void Log
(
EMessageSeverity::Type Severity, |
Log a message that shows only on the output log. | USDErrorUtils.h | |
static void Log
(
EMessageSeverity::Type Severity, |
Log a message that shows on the output log and the message log, if we're inside of a FScopedUsdMessageLog scope. | USDErrorUtils.h | |
static void LogMessage
(
const TSharedRef< FTokenizedMessage >& Message |
USDErrorUtils.h | ||
static void LogMessage
(
EMessageSeverity::Type Severity, |
USDErrorUtils.h | ||
static void RegisterDiagnosticDelegate() |
USDErrorUtils.h | ||
static void UnregisterDiagnosticDelegate() |
USDErrorUtils.h |