Navigation
API > API/Plugins > API/Plugins/InterchangeTests
| Name | USpotLightImportTestFunctions |
| Type | class |
| Header File | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/SpotLightImportTestFunctions.h |
| Include Path | #include "ImportTestFunctions/SpotLightImportTestFunctions.h" |
Syntax
UCLASS (MinimalAPI)
class USpotLightImportTestFunctions : public UPointLightImportTestFunctions
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UImportTestFunctionsBase → UActorImportTestFunctions → ULightImportTestFunctions → UPointLightImportTestFunctions → USpotLightImportTestFunctions
Functions
Public
Overridden from UImportTestFunctionsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetAssociatedAssetType() |
ImportTestFunctions/SpotLightImportTestFunctions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FInterchangeTestFunctionResult CheckLightInnerConeAngle
(
ASpotLight* Light, |
Check whether the light inner cone angle is correct | ImportTestFunctions/SpotLightImportTestFunctions.h |
|
static FInterchangeTestFunctionResult CheckLightOuterConeAngle
(
ASpotLight* Light, |
Check whether the light outer cone angle is correct | ImportTestFunctions/SpotLightImportTestFunctions.h |
|