Navigation
API > API/Plugins > API/Plugins/InterchangeTests
| Name | ULightImportTestFunctions |
| Type | class |
| Header File | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/LightImportTestFunctions.h |
| Include Path | #include "ImportTestFunctions/LightImportTestFunctions.h" |
Syntax
UCLASS (MinimalAPI)
class ULightImportTestFunctions : public UActorImportTestFunctions
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UImportTestFunctionsBase → UActorImportTestFunctions → ULightImportTestFunctions
Derived Classes
Functions
Public
Overridden from UImportTestFunctionsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetAssociatedAssetType() |
ImportTestFunctions/LightImportTestFunctions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FInterchangeTestFunctionResult CheckLightColor
(
ALight* Light, |
Check whether the light color is correct | ImportTestFunctions/LightImportTestFunctions.h |
|
static FInterchangeTestFunctionResult CheckLightDirection
(
ALight* Light, |
Check whether the light direction is correct | ImportTestFunctions/LightImportTestFunctions.h |
|
static FInterchangeTestFunctionResult CheckLightIntensity
(
ALight* Light, |
Check whether the light intensity is correct | ImportTestFunctions/LightImportTestFunctions.h |
|
static FInterchangeTestFunctionResult CheckLightPosition
(
ALight* Light, |
Check whether the light position is correct | ImportTestFunctions/LightImportTestFunctions.h |
|