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