Compatibility Settings
Last updated
Last updated
The FCompatibilitySettingsFragmentBase is a simple struct which contains one overridable function; PassesCompatibilityCheck.
When you execute CheckCompatibility, it will check all fragments inside the container that are children of FCompatibilitySettingsFragmentBase and if any return false, the item is not considered compatible with the container.
The plugin comes with a fragment called FCompatibilitySettingsFragment and FTagQueryCompatibilitySettings, which can both be used as examples as to how to make your own compatibility settings fragment. They can be found inside CF_CompatibilitySettings.h file.