Navigation
API > API/Runtime > API/Runtime/Engine
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)
| Name | FEdGraphSchemaActionDefiningObject |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
Syntax
struct FEdGraphSchemaActionDefiningObject
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EdGraph/EdGraphSchema.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsEditable | bool | EdGraph/EdGraphSchema.h | ||
| DefiningName | FName | EdGraph/EdGraphSchema.h | ||
| DefiningObject | FObjectKey | EdGraph/EdGraphSchema.h | ||
| DefiningPointer | void * | EdGraph/EdGraphSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsPotentiallyEditable() |
EdGraph/EdGraphSchema.h |