Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRigLogger |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/IKRigLogger.h |
| Include Path | #include "IKRigLogger.h" |
Syntax
struct FIKRigLogger
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Errors | TArray< FText > | Store messages here so we can show them during anim graph compilation | IKRigLogger.h | |
| LogName | FName | The name of the output log this logger will send messages to | IKRigLogger.h | |
| Messages | TArray< FText > | IKRigLogger.h | ||
| Warnings | TArray< FText > | IKRigLogger.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Clear() |
Clear all the stored messages | IKRigLogger.h | |
| Get a list of messages that have been logged since last Clear() | IKRigLogger.h | ||
FName GetLogTarget() |
Get the name this log is currently outputting to | IKRigLogger.h | |
| IKRigLogger.h | |||
| IKRigLogger.h | |||
void LogError
(
const FText& Message |
Log a warning message to display to user. | IKRigLogger.h | |
void LogInfo
(
const FText& Message |
Log a message to display to editor output log. | IKRigLogger.h | |
void LogWarning
(
const FText& Message |
Log a warning message to display to user. | IKRigLogger.h | |
void SetLogTarget
(
const UObject* InAsset |
Assign an asset for this log to store messages for. | IKRigLogger.h |