Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMLog |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMLog.h |
| Include Path | #include "RigVMCore/RigVMLog.h" |
Syntax
struct FRigVMLog
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMLog() |
RigVMCore/RigVMLog.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMLog() |
RigVMCore/RigVMLog.h |
Structs
| Name | Remarks |
|---|---|
| FLogEntry |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Entries | TArray< FLogEntry > | RigVMCore/RigVMLog.h | ||
| KnownMessages | TMap< FString, bool > | RigVMCore/RigVMLog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FLogEntry > GetEntries
(
EMessageSeverity::Type InSeverity, |
RigVMCore/RigVMLog.h | ||
void RemoveRedundantEntries() |
RigVMCore/RigVMLog.h | ||
virtual void Report
(
const FRigVMLogSettings& InLogSettings, |
RigVMCore/RigVMLog.h | ||
virtual void Reset() |
RigVMCore/RigVMLog.h |