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