FScopedBlueprintMessageLog

Scope wrapper for the blueprint message log.

Choose your operating system:

Windows

macOS

Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h

Include

#include "Kismet2/CompilerResultsLog.h"

Syntax

class FScopedBlueprintMessageLog

Remarks

Scope wrapper for the blueprint message log. Ensures we dont leak logs that we dont need (i.e. those that have no messages)

Variables

Name Description

Public variable

TSharedRef< IMe...

 

Log

The listing we wrap

Public variable

FName

 

LogName

The generated name of the log

Constructors

Name Description

Public function

FScopedBlueprintMessageLog

(
    UBlueprint* InBlueprint
)

Destructors