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&40;Exec&41;
static FInterchangeTestFunctionResult CheckComponentPropertyValue
&40;
const AActor &42; Actor,
const FString & ComponentName,
const FString & PropertyName,
bool bUseRegexToMatchValue,
const FString & ExpectedValue
&41;
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)