Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting > API/Plugins/AutomatedPerfTesting/UProfileGoSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Run
(
const TCHAR* ProfileName, |
ProfileGo/ProfileGoSubsystem.h | ||
bool Run
(
TSubclassOf< UProfileGo > ProfileGoClass, |
ProfileGo/ProfileGoSubsystem.h |
Run(const TCHAR , const TCHAR )
| Name | Run |
| Type | function |
| Header File | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/ProfileGo/ProfileGoSubsystem.h |
| Include Path | #include "ProfileGo/ProfileGoSubsystem.h" |
template<typename TProfileGoClass>
bool Run
(
const TCHAR * ProfileName,
const TCHAR * ProfileArgs
)
Run(TSubclassOf< UProfileGo >, const TCHAR , const TCHAR )
| Name | Run |
| Type | function |
| Header File | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/ProfileGo/ProfileGoSubsystem.h |
| Include Path | #include "ProfileGo/ProfileGoSubsystem.h" |
| Source | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Private/ProfileGo/ProfileGoSubsystem.cpp |
bool Run
(
TSubclassOf < UProfileGo > ProfileGoClass,
const TCHAR * ProfileName,
const TCHAR * ProfileArgs
)