| CanReferenceTheseDomains |
TArray< FString > |
The list of additional domains always visible from a plugin (EngineContent is always visible, as is content from other plugins that are explicitly referenced) |
AssetReferencingPolicySettings.h |
- EditAnywhere
- Category=Settings
- Meta=(GetOptions="GetListOfDomains_NoPluginsOrEngine")
|
| DisplayName |
FText |
The display name of this rule (used in error message when attempting to reference content incorrectly) The token {0} will be replaced with the plugin name |
AssetReferencingPolicySettings.h |
- EditAnywhere
- Category=Settings
|
| ErrorMessageIfUsedElsewhere |
FText |
The error message if something that is not allowed to attempts to reference content from this domain. |
AssetReferencingPolicySettings.h |
- EditAnywhere
- Category=Settings
|
| MatchRule |
EARPPluginMatchMode |
Type of matching for this rule. |
AssetReferencingPolicySettings.h |
- EditAnywhere
- Category=Settings
|
| PluginCategoryPrefix |
FString |
If set, a plugin with a matching Category will match this rule. |
AssetReferencingPolicySettings.h |
- EditAnywhere
- Category=Settings
- Meta=(EditCondition="MatchRule==EARPPluginMatchMode::MatchByCategory", EditConditionHides)
|
| PluginPathPrefix |
FString |
If set, a plugin with the same rooted directory path will match this rule (use "/FirstFolder/SecondFolder/" to match a plugin like $YourProjectDir/Plugins/FirstFolder/SecondFolder/MyCoolPlugin/MyCoolPlugin.uplugin) |
AssetReferencingPolicySettings.h |
- EditAnywhere
- Category=Settings
- Meta=(EditCondition="MatchRule==EARPPluginMatchMode::MatchByPathPrefix", EditConditionHides)
|