Navigation
API > API/Plugins > API/Plugins/AssetReferenceRestrictions
Inheritance Hierarchy
- TSharedFromThis
- FDomainData
References
| Module | AssetReferenceRestrictions |
| Header | /Engine/Plugins/Editor/AssetReferenceRestrictions/Source/AssetReferenceRestrictions/Public/AssetReferencingDomains.h |
| Include | #include "AssetReferencingDomains.h" |
Syntax
struct FDomainData : public TSharedFromThis< FDomainData >
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCanBeSeenByEverything | Can we be seen by everything? | |
| bool | bCanSeeEverything | Can we see everything? | |
| TArray< FString > | DomainRootPaths | The list of root paths, always of the format /Mount/ or /Mount/Path/To/ with both leading and trailing /. | |
| TSet< TSharedPtr< FDomainData > > | DomainsVisibleFromHere | The domains that are visible from here (if bCanSeeEverything is true, then literally everything is visible from here) | |
| FText | ErrorMessageIfUsedElsewhere | ||
| TArray< FName > | SpecificAssetPackages | A list of specific packages that are part of this domain. | |
| FText | UserFacingDomainName |