Navigation
API > API/Plugins > API/Plugins/AssetReferenceRestrictions
References
| Module | AssetReferenceRestrictions |
| Header | /Engine/Plugins/Editor/AssetReferenceRestrictions/Source/AssetReferenceRestrictions/Public/AssetReferencingDomains.h |
| Include | #include "AssetReferencingDomains.h" |
Syntax
struct FDomainDatabase
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TTuple< bool, FText > | CanDomainsSeeEachOther
(
TSharedPtr< FDomainData > Referencee, |
||
| void | |||
| TSharedPtr< FDomainData > | FindDomainFromAssetData
(
const FAssetData& AssetData |
||
| TSharedPtr< FDomainData > | FindOrAddDomainByName
(
const FString& Name |
||
| const TArray< FString > & | |||
| void | Init () |
||
| void | MarkDirty () |
||
| void | OnPluginCreatedOrMounted
(
IPlugin& NewPlugin |
||
| TMulticastDelegate< void()> & | Delegate that's called whenever the database has been updated to allow people to respond to the change. | ||
| void | |||
| void |