Navigation
API > API/Plugins > API/Plugins/ICVFXTesting
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGauntletTestController
- UICVFXTestControllerBase
- UICVFXTestControllerAutoTest
References
| Module | ICVFXTesting |
| Header | /Engine/Plugins/VirtualProduction/ICVFXTesting/Source/ICVFXTesting/Public/ICVFXTestControllerBase.h |
| Include | #include "ICVFXTestControllerBase.h" |
Syntax
UCLASS&40;&41;
class UICVFXTestControllerBase : public UGauntletTestController
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DisplayClusterUObjectPath |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UICVFXTestControllerBase
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | ConsoleCommand
(
const TCHAR* Cmd |
||
| void | EndICVFXTest
(
const int32 ExitCode |
||
| void | ExecuteMemReport
(
const TOptional< FString > Args |
||
| uint32 | |||
| uint32 | GetRunCount () |
||
| uint32 | |||
| uint32 | |||
| bool | |||
| bool | |||
| bool | |||
| void | SetMemReportTimer
(
const TOptional< float > Interval |
||
| bool | TryFinalizingVideoCapture
(
const bool bStopAutoContinue |
||
| bool | |||
| void |
Overridden from UGauntletTestController
| Type | Name | Description | |
|---|---|---|---|
| void | OnInit () |
Called when the controller is first initialized | |
| void | OnStateChange
(
FName OldState, |
Called when a state change is applied to the module. | |
| void | OnTick
(
float TimeDelta |
Called periodically to let the controller check and control state |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. |