EObjectReferenceType

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h

Include

#include "EdGraphSchema_K2.h"

Syntax

enum EObjectReferenceType
{
    NotAnObject        = 0x00,
    ObjectReference    = 0x01,
    ClassReference     = 0x02,
    SoftObject         = 0x04,
    SoftClass          = 0x08,
    AllTypes           = 0x0f,
}

Values

Name

Description

NotAnObject

ObjectReference

ClassReference

SoftObject

SoftClass

AllTypes

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss