Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImportTestFunctionsBase
- UActorImportTestFunctions
- ULightImportTestFunctions
- UPointLightImportTestFunctions
- USpotLightImportTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/LightImportTestFunctions.h |
| Include | #include "ImportTestFunctions/LightImportTestFunctions.h" |
Syntax
UCLASS ()
class ULightImportTestFunctions : public UActorImportTestFunctions
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeTestFunctionResult | CheckLightColor
(
ALight* Light, |
Check whether the light color is correct | |
| FInterchangeTestFunctionResult | CheckLightDirection
(
ALight* Light, |
Check whether the light direction is correct | |
| FInterchangeTestFunctionResult | CheckLightIntensity
(
ALight* Light, |
Check whether the light intensity is correct | |
| FInterchangeTestFunctionResult | CheckLightPosition
(
ALight* Light, |
Check whether the light position is correct |
Overridden from UImportTestFunctionsBase
| Type | Name | Description | |
|---|---|---|---|
| UClass * |