Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Common.h |
| Include | #include "uLang/Common/Common.h" |
Syntax
struct SSystemParams
Remarks
Parameters to initialize the uLang module.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int | _APIVersion | Set this to ULANG_API_VERSION. | |
| FAssert | _AssertFailed | Called when an assert fails. | |
| FFree | _HeapFree | Free system heap memory. | |
| FMalloc | _HeapMalloc | Allocate system heap memory. | |
| FRealloc | _HeapRealloc | Reallocate system heap memory. | |
| FLog | _LogMessage | Print a message. | |
| ELogVerbosity | _Verbosity | Won't print anything under the _Verbosity level. |
Constructors
| Type | Name | Description | |
|---|---|---|---|