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/SpotLightImportTestFunctions.h |
| Include | #include "ImportTestFunctions/SpotLightImportTestFunctions.h" |
Syntax
UCLASS ()
class USpotLightImportTestFunctions : public UPointLightImportTestFunctions
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeTestFunctionResult | CheckLightInnerConeAngle
(
ASpotLight* Light, |
Check whether the light inner cone angle is correct | |
| FInterchangeTestFunctionResult | CheckLightOuterConeAngle
(
ASpotLight* Light, |
Check whether the light outer cone angle is correct |
Overridden from UImportTestFunctionsBase
| Type | Name | Description | |
|---|---|---|---|
| UClass * |