SendDataToPCViaUnrealConsole

This makes it so UnrealConsole will open up the memory profiler for us

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ProfilingHelpers.h

Include

#include "ProfilingDebugging/ProfilingHelpers.h"

Source

/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ProfilingHelpers.cpp

Syntax

void SendDataToPCViaUnrealConsole
(
    const FString & NotifyType,
    const FString & FullFileName
)

Remarks

This makes it so UnrealConsole will open up the memory profiler for us

Parameters

Parameter

Description

NotifyType

has the : (e.g. UE_PROFILER!UE3STATS:)

FullFileName

the File name to copy from the console

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