FScopedNamedEventStatic

Scoped named event class for constant (compile-time) strings literals.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/PlatformMisc.h

Include

#include "HAL/PlatformMisc.h"

Syntax

class FScopedNamedEventStatic

Remarks

Scoped named event class for constant (compile-time) strings literals.

BeginNamedEventStatic works the same as BeginNamedEvent, but should only be passed a compile-time string literal. Some platform profilers can optimize the case where strings for certain events are constant.

Constructors

Name Description

Public function

FScopedNamedEventStatic

(
    const FColor& Color,
    const TCHAR* Text
)

Public function

FScopedNamedEventStatic

(
    const FColor& Color,
    const ANSICHAR* Text
)

Destructors

Name Description

Public function

~FScopedNamedEventStatic()

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