◆ DoesConfigPropertyValueMatch()
| static bool UE::ConfigCacheIni::Private::FImpl::DoesConfigPropertyValueMatch |
( |
const FConfigSection * |
InSection, |
|
|
const FName & |
InPropertyName, |
|
|
const FString & |
InPropertyValue |
|
) |
| |
|
inlinestatic |
Check if the provided config section has a property which matches the one we are providing
- Parameters
-
| InSection | - The section which we are looking for a match in |
| InPropertyName | - The name of the property we are looking to match |
| InPropertyValue | - The value of the property which, if found, we are checking a match |
- Returns
- True if a property was found in the InSection which matched the Property Name and Value.
The documentation for this struct was generated from the following file: