Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions > API/Plugins/InterchangeTests/ImportTestFunctions/UActorImportTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/ActorImportTestFunctions.h |
| Include | #include "ImportTestFunctions/ActorImportTestFunctions.h" |
| Source | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Private/ImportTestFunctions/ActorImportTestFunctions.cpp |
UFUNCTION (Exec)
static FInterchangeTestFunctionResult CheckComponentPropertyValue
(
const AActor * Actor,
const FString & ComponentName,
const FString & PropertyName,
bool bUseRegexToMatchValue,
const FString & ExpectedValue
)
Remarks
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)