FScopedBlueprintMessageLog

Scope wrapper for the blueprint message log.

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss