Navigation
API > API/Plugins > API/Plugins/MetaHumanCore > API/Plugins/MetaHumanCore/Logger
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Logger () |
Default Constructor. | Logger.h | |
Logger
(
LogFunction logFunction_ |
Constructor. | Logger.h |
Logger()
Description
Default Constructor.
| Name | Logger |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Public/Logger.h |
| Include Path | #include "Logger.h" |
Logger()
Logger(LogFunction)
Description
Constructor.
| Name | Logger |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Public/Logger.h |
| Include Path | #include "Logger.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Private/Logger.cpp |
Logger
(
LogFunction logFunction_
)
Parameters
| Name | Remarks |
|---|---|
| logFunction_ | logging function provided from the external system. Initially set to DefaultLogger. |