Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | EObjectReferenceType |
| Type | enum |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include Path | #include "EdGraphSchema_K2.h" |
Syntax
enum EObjectReferenceType
{
NotAnObject = 0x00,
ObjectReference = 0x01,
ClassReference = 0x02,
SoftObject = 0x04,
SoftClass = 0x08,
AllTypes = 0x0f,
}
Values
| Name | Remarks |
|---|---|
| NotAnObject | |
| ObjectReference | |
| ClassReference | |
| SoftObject | |
| SoftClass | |
| AllTypes |