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/ICVFXTestControllerAutoTest.h |
| Include | #include "ICVFXTestControllerAutoTest.h" |
Syntax
UCLASS&40;&41;
class UICVFXTestControllerAutoTest : public UICVFXTestControllerBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| AActor * | DisplayClusterActor | ||
| double | TimeAtTestLocation | ||
| float | TimePerTestLocation |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | |||
| int32 | |||
| int32 | |||
| FString | GetStateName
(
const EICVFXAutoTestState State |
||
| FICVFXAutoTestState & | GetTestState () |
||
| void | |||
| void | GoToTestLocation
(
int32 Index |
||
| void | |||
| int32 | |||
| void | SetInnerGPUIndex
(
int32 InGPUIndex |
||
| void | SetTestLocations
(
const TArray< AActor* > TestLocations |
||
| FICVFXAutoTestState & | SetTestState
(
const EICVFXAutoTestState NewState |
||
| void | |||
| void |
Overridden from UICVFXTestControllerBase
| Type | Name | Description | |
|---|---|---|---|
| void | EndICVFXTest
(
const int32 ExitCode |
Overridden from UGauntletTestController
| Type | Name | Description | |
|---|---|---|---|
| void | OnInit () |
Called when the controller is first initialized | |
| void | Called prior to a map change | ||
| 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. |