Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImportTestFunctionsBase
- UActorImportTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/ActorImportTestFunctions.h |
| Include | #include "ImportTestFunctions/ActorImportTestFunctions.h" |
Syntax
UCLASS&40;&41;
class UActorImportTestFunctions : public UImportTestFunctionsBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeTestFunctionResult | CheckActorClass
(
const AActor* Actor, |
Check whether the imported actor has the expected class | |
| FInterchangeTestFunctionResult | CheckActorClassCount
(
const TArray< AActor* >& Actors, |
Check whether the expected number of actors with a given class are imported | |
| FInterchangeTestFunctionResult | CheckActorPropertyValue
(
const AActor* Actor, |
Check whether the generic property (with a given name) in the imported actor has the expected value (or matches with it using regex) | |
| FInterchangeTestFunctionResult | CheckComponentPropertyValue
(
const AActor* Actor, |
Check whether the generic property (with a given name) in the imported actor component (with the given name) has the expected value (or matches with it using regex) | |
| FInterchangeTestFunctionResult | CheckImportedActorCount
(
const TArray< AActor* >& Actors, |
Check whether the expected number of actors are imported |
Overridden from UImportTestFunctionsBase
| Type | Name | Description | |
|---|---|---|---|
| UClass * |