Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FSystem |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/System.h |
| Include Path | #include "Core/System.h" |
Syntax
class FSystem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSystem() |
Core/System.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Instance | TUniquePtr< FSystem > | Core/System.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CloseLogFiles() |
Core/System.h | ||
void DefineLogFile
(
const FString& LogFilePath, |
Core/System.h | ||
void DefineSpyFile
(
const FString& SpyFilePath |
Core/System.h | ||
FConsole & GetConsole() |
Core/System.h | ||
TSharedPtr< FArchive > GetLogFile() |
Core/System.h | ||
EVerboseLevel GetLogLevel() |
Core/System.h | ||
FProgressManager & GetProgressManager() |
Core/System.h | ||
TSharedPtr< FArchive > GetSpyFile() |
Core/System.h | ||
EVerboseLevel GetVerboseLevel() |
Core/System.h | ||
FVisu * GetVisu() |
Core/System.h | ||
| Core/System.h | |||
void InitializeCADKernel() |
Core/System.h | ||
void SetConsole
(
FConsole* InConsole |
Core/System.h | ||
void SetProgressManager
(
FProgressManager* InProgressManager |
Core/System.h | ||
void SetVerboseLevel
(
EVerboseLevel Level |
Core/System.h | ||
void SetViewer
(
FVisu* NewViewer |
Core/System.h | ||
void Shutdown() |
Core/System.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PrintHeader() |
Core/System.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSystem & Get() |
Core/System.h | ||
static FString GetCompilationDate() |
Core/System.h | ||
static FString GetToolkitVersion() |
Core/System.h |