FEdGraphSchemaActionDefiningObject

Used to opaquely verify that two different persistent entries backing actions are part of the same section/category (e.g., both are variables in the same Blueprint)

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

struct FEdGraphSchemaActionDefiningObject

Remarks

Used to opaquely verify that two different persistent entries backing actions are part of the same section/category (e.g., both are variables in the same Blueprint)

Constructors

Name Description

Public function

FEdGraphSchemaActionDefiningObject

(
    UObject* InObject,
    void* AdditionalPointer,
    FName AdditionalName
)

Functions

Name Description

Public function Const

bool

 

IsPotentiallyEditable()