FOverride

STructure to aggregate a category and verbosity pair

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Logging/LogScopedCategoryAndVerbosityOverride.h

Include

#include "Logging/LogScopedCategoryAndVerbosityOverride.h"

Syntax

struct FOverride

Remarks

STructure to aggregate a category and verbosity pair

Variables

Name Description

Public variable

FName

 

Category

Public variable

ELogVerbosity::...

 

Verbosity

Constructors

Name Description

Public function

FOverride()

Public function

FOverride

(
    FName InCategory,
    ELogVerbosity::Type InVerbosity
)

Operators

Name Description

Public function

void

 

operator=

(
    const FOverride& Other
)

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