Navigation
API > API/Plugins > API/Plugins/IKRig
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/IKRigLogger.h |
| Include | #include "IKRigLogger.h" |
Syntax
struct FIKRigLogger
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
Clear all the stored messages | |
| const TArray< FText > & | GetErrors () |
Get a list of messages that have been logged since last Clear() | |
| FName | GetLogTarget () |
Get the name this log is currently outputting to | |
| const TArray< FText > & | GetMessages () |
||
| const TArray< FText > & | GetWarnings () |
||
| void | Log a warning message to display to user. | ||
| void | Log a message to display to editor output log. | ||
| void | LogWarning
(
const FText& Message |
Log a warning message to display to user. | |
| void | SetLogTarget
(
const FName InLogName, |
Set the name of the log to output messages to |