UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
com.epicgames.unreal.androidprofiling.ProfilerAccessor Class Reference

Classes

class  ActiveProfileSession
 
class  BaseProfilerType
 
class  CallstackProfiler
 
class  HeapProfiler
 
class  SystemProfiler
 

Static Public Member Functions

static void Init (GameActivity InActivity)
 
static synchronized String[] IssueProfilerCommand (String RequestedProfilerArgs)
 
static synchronized boolean CancelProfile (String sessionName)
 
static String[] AndroidThunkJava_IssueProfilerCommand (String RequestedProfilerArgs)
 
static boolean AndroidThunkJava_StopProfilerCommand (String profileSessionName)
 

Static Public Attributes

static Logger Log = new Logger("UE", "ProfilerAccessor")
 

Member Function Documentation

◆ AndroidThunkJava_IssueProfilerCommand()

static String[] com.epicgames.unreal.androidprofiling.ProfilerAccessor.AndroidThunkJava_IssueProfilerCommand ( String  RequestedProfilerArgs)
inlinestatic

◆ AndroidThunkJava_StopProfilerCommand()

static boolean com.epicgames.unreal.androidprofiling.ProfilerAccessor.AndroidThunkJava_StopProfilerCommand ( String  profileSessionName)
inlinestatic

◆ CancelProfile()

static synchronized boolean com.epicgames.unreal.androidprofiling.ProfilerAccessor.CancelProfile ( String  sessionName)
inlinestatic

◆ Init()

static void com.epicgames.unreal.androidprofiling.ProfilerAccessor.Init ( GameActivity  InActivity)
inlinestatic

◆ IssueProfilerCommand()

static synchronized String[] com.epicgames.unreal.androidprofiling.ProfilerAccessor.IssueProfilerCommand ( String  RequestedProfilerArgs)
inlinestatic

Member Data Documentation

◆ Log

Logger com.epicgames.unreal.androidprofiling.ProfilerAccessor.Log = new Logger("UE", "ProfilerAccessor")
static

The documentation for this class was generated from the following file: