Navigation
API > API/Runtime > API/Runtime/Core
| Name | FABTest |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ABTesting.h |
| Include Path | #include "ProfilingDebugging/ABTesting.h" |
Syntax
class FABTest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FABTest() |
ProfilingDebugging/ABTesting.h |
Structs
| Name | Remarks |
|---|---|
| FSample |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ABTestCmds | FString | ProfilingDebugging/ABTesting.h | ||
| ABTestNumSamples | int32 | ProfilingDebugging/ABTesting.h | ||
| bABScopeTestActive | bool | ProfilingDebugging/ABTesting.h | ||
| bABTestActive | bool | ProfilingDebugging/ABTesting.h | ||
| bFrameLog | bool | ProfilingDebugging/ABTesting.h | ||
| CoolDown | int32 | ProfilingDebugging/ABTesting.h | ||
| Counts | uint32 | ProfilingDebugging/ABTesting.h | ||
| CurrentTest | int32 | ProfilingDebugging/ABTesting.h | ||
| HistoryNum | int32 | ProfilingDebugging/ABTesting.h | ||
| LastGCFrame | uint64 | ProfilingDebugging/ABTesting.h | ||
| MinFramesPerTrial | int32 | ProfilingDebugging/ABTesting.h | ||
| NumResamples | int32 | ProfilingDebugging/ABTesting.h | ||
| RemainingCoolDown | int32 | ProfilingDebugging/ABTesting.h | ||
| RemainingPrint | int32 | ProfilingDebugging/ABTesting.h | ||
| RemainingTrial | int32 | ProfilingDebugging/ABTesting.h | ||
| ReportNum | int32 | ProfilingDebugging/ABTesting.h | ||
| ResampleAccumulators | TArray< uint32 > | ProfilingDebugging/ABTesting.h | ||
| ResampleCount | TArray< uint32 > | ProfilingDebugging/ABTesting.h | ||
| Samples | TArray< FSample > | ProfilingDebugging/ABTesting.h | ||
| Spikes | uint32 | ProfilingDebugging/ABTesting.h | ||
| Stream | FRandomStream | ProfilingDebugging/ABTesting.h | ||
| TotalFrames | uint32 | ProfilingDebugging/ABTesting.h | ||
| Totals | uint32 | ProfilingDebugging/ABTesting.h | ||
| TotalScopeTimeInFrame | double | ProfilingDebugging/ABTesting.h | ||
| TotalTime | double | ProfilingDebugging/ABTesting.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetDoFirstScopeTest() |
ProfilingDebugging/ABTesting.h | ||
bool IsActive() |
ProfilingDebugging/ABTesting.h | ||
void ReportScopeTime
(
double ScopeTime |
ProfilingDebugging/ABTesting.h | ||
const TCHAR * TickAndGetCommand() |
Returns a command to execute, if any. | ProfilingDebugging/ABTesting.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ProfilingDebugging/ABTesting.h | |||
static FABTest & Get() |
ProfilingDebugging/ABTesting.h | ||
static bool StaticIsActive() |
ProfilingDebugging/ABTesting.h |