Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor > API/Plugins/AssetManagerEditor/FReferencingPropertyDescription
| Name | EAssetReferenceType |
| Type | enum |
| Header File | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/ReferenceViewer/EdGraphNode_ReferencedProperties.h |
| Include Path | #include "ReferenceViewer/EdGraphNode_ReferencedProperties.h" |
Syntax
enum EAssetReferenceType
{
Component,
Property,
Value,
None,
}
Values
| Name | Remarks |
|---|---|
| Component | Reference comes from a BP Component Type |
| Property | Reference comes from a BP Variable Type |
| Value | Reference comes from a BP Variable property Value |
| None |