Navigation
API > API/Plugins > API/Plugins/AssetReferenceRestrictions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEditorSubsystem
- UAssetReferencingPolicySubsystem
References
| Module | AssetReferenceRestrictions |
| Header | /Engine/Plugins/Editor/AssetReferenceRestrictions/Source/AssetReferenceRestrictions/Public/AssetReferencingPolicySubsystem.h |
| Include | #include "AssetReferencingPolicySubsystem.h" |
Syntax
UCLASS&40;&41;
class UAssetReferencingPolicySubsystem : public UEditorSubsystem
Remarks
Subsystem to register the domain-based asset referencing policy restrictions with the editor
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDomainDatabase > | GetDomainDB () |
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
Implement this for deinitialization of instances of the system | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
Implement this for initialization of instances of the system | |
| bool | ShouldCreateSubsystem
(
UObject* Outer |
Override to control if the Subsystem should be created at all. |