UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::ConfigCacheIni::Private::FImpl Struct Reference

Static Public Member Functions

static bool DoesConfigPropertyValueMatch (const FConfigSection *InSection, const FName &InPropertyName, const FString &InPropertyValue)
 

Member Function Documentation

◆ 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: