Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraBuildLog.h |
| Include | #include "Core/CameraBuildLog.h" |
Syntax
struct FCameraBuildLogMessage
Remarks
A message emitted by a camera build process.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const UObject * | Object | An optional object that the message relates to. | |
| EMessageSeverity::Type | Severity | Severity of the message. | |
| FText | Text | The actual message. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SendToLogging
(
const FString& InLoggingPrefix |
Sends a string version of this message to the LogCameraSystem console log. | |
| FString | ToString () |
Generates a plain string representation of this message. |