A Demo Project for the UnrealEngineSDK
|
#include <VRLogComponent.h>
Public Member Functions | |
FVRLogMessage (const TSharedRef< FString > &NewMessage, ELogVerbosity::Type NewVerbosity, FName NewCategory, FName NewStyle=NAME_None) | |
FVRLogMessage (const TSharedRef< FString > &NewMessage, FName NewCategory, FName NewStyle=NAME_None) | |
Public Attributes | |
FName | Category |
TSharedRef< FString > | Message |
FName | Style |
ELogVerbosity::Type | Verbosity |
A single log message for the output log, holding a message and a style, for color and bolding of the message.
Definition at line 32 of file VRLogComponent.h.
|
inline |
Definition at line 39 of file VRLogComponent.h.
|
inline |
Definition at line 47 of file VRLogComponent.h.
FName FVRLogMessage::Category |
Definition at line 36 of file VRLogComponent.h.
TSharedRef<FString> FVRLogMessage::Message |
Definition at line 34 of file VRLogComponent.h.
FName FVRLogMessage::Style |
Definition at line 37 of file VRLogComponent.h.
ELogVerbosity::Type FVRLogMessage::Verbosity |
Definition at line 35 of file VRLogComponent.h.