Navigation
API > API/Plugins > API/Plugins/InterchangeTests
| Name | UActorImportTestFunctions |
| Type | class |
| Header File | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/ActorImportTestFunctions.h |
| Include Path | #include "ImportTestFunctions/ActorImportTestFunctions.h" |
Syntax
UCLASS (MinimalAPI)
class UActorImportTestFunctions : public UImportTestFunctionsBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UImportTestFunctionsBase → UActorImportTestFunctions
Derived Classes
Functions
Public
Overridden from UImportTestFunctionsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetAssociatedAssetType() |
ImportTestFunctions/ActorImportTestFunctions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FInterchangeTestFunctionResult CheckActorClass
(
const AActor* Actor, |
Check whether the imported actor has the expected class | ImportTestFunctions/ActorImportTestFunctions.h |
|
static FInterchangeTestFunctionResult CheckActorClassCount
(
const TArray< AActor* >& Actors, |
Check whether the expected number of actors with a given class are imported | ImportTestFunctions/ActorImportTestFunctions.h |
|
static 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) | ImportTestFunctions/ActorImportTestFunctions.h |
|
static 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) | ImportTestFunctions/ActorImportTestFunctions.h |
|
static FInterchangeTestFunctionResult CheckImportedActorCount
(
const TArray< AActor* >& Actors, |
Check whether the expected number of actors are imported | ImportTestFunctions/ActorImportTestFunctions.h |
|