Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor
Describes a graph node property referencing an asset from another node
| Name | FReferencingPropertyDescription |
| Type | struct |
| Header File | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/ReferenceViewer/EdGraphNode_ReferencedProperties.h |
| Include Path | #include "ReferenceViewer/EdGraphNode_ReferencedProperties.h" |
Syntax
struct FReferencingPropertyDescription
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ReferenceViewer/EdGraphNode_ReferencedProperties.h | |||
FReferencingPropertyDescription
(
const FString& InName, |
ReferenceViewer/EdGraphNode_ReferencedProperties.h |
Enums
Public
| Name | Remarks |
|---|---|
| EAssetReferenceType |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsIndirectReference | bool | ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
| Name | FString | ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
| PropertyClass | TWeakObjectPtr< const UClass > | ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
| ReferencedNodeName | FString | ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
| ReferencerName | FString | ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
| Type | EAssetReferenceType | ReferenceViewer/EdGraphNode_ReferencedProperties.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetName() |
Returns the name of the property | ReferenceViewer/EdGraphNode_ReferencedProperties.h | |
const UClass * GetPropertyClass() |
ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
const FString & GetReferencedNodeName() |
Returns the name of the referenced node | ReferenceViewer/EdGraphNode_ReferencedProperties.h | |
const FString & GetReferencerName() |
Returns the name of the property referencer | ReferenceViewer/EdGraphNode_ReferencedProperties.h | |
EAssetReferenceType GetType() |
Returns the property type | ReferenceViewer/EdGraphNode_ReferencedProperties.h | |
FString GetTypeAsString() |
Returns the property type as a string (useful e.g. for tooltips) | ReferenceViewer/EdGraphNode_ReferencedProperties.h | |
bool IsIndirect() |
ReferenceViewer/EdGraphNode_ReferencedProperties.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FReferencingPropertyDescription > MakeSharedPropertyDescription
(
const FReferencingPropertyDescription& InPropertyDescription |
ReferenceViewer/EdGraphNode_ReferencedProperties.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FReferencingPropertyDescription& InOther |
ReferenceViewer/EdGraphNode_ReferencedProperties.h |