![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "EdGraph/EdGraphPin.h"#include "UObject/BlueprintsObjectVersion.h"#include "UObject/FrameworkObjectVersion.h"#include "UObject/ReleaseObjectVersion.h"#include "UObject/UE5MainStreamObjectVersion.h"#include "UObject/UE5ReleaseStreamObjectVersion.h"#include "UObject/TextProperty.h"#include "EdGraph/EdGraph.h"#include "EdGraph/EdGraphSchema.h"#include "EngineLogs.h"#include "HAL/IConsoleManager.h"#include "Tickable.h"Classes | |
| class | FPinDeletionQueue |
| struct | FGraphConnectionSanitizer |
| struct | FUnresolvedPinData |
| struct | FPinResolveId |
Namespaces | |
| namespace | PinHelpers |
Macros | |
| #define | LOCTEXT_NAMESPACE "EdGraph" |
Enumerations | |
| enum class | EPinResolveType : uint8 { OwningNode , LinkedTo , SubPins , ParentPin , ReferencePassThroughConnection } |
| enum class | EPinResolveResult : uint8 { FailedParse , FailedSafely , Deferred , Suceeded } |
Variables | |
| struct FGraphConnectionSanitizer | GraphConnectionSanitizer |
| int32 | GCVarDisableOrphanPins = 0 |
| FAutoConsoleVariableRef | CVarDisableOrphanPins (TEXT("DisableOrphanPins"), GCVarDisableOrphanPins, TEXT("0=Orphan pins are enabled (default), 1=Orphan pins are disabled (note: this option will go away in the future)"), ECVF_ReadOnly) |
| #define LOCTEXT_NAMESPACE "EdGraph" |
|
strong |
|
strong |
| FAutoConsoleVariableRef CVarDisableOrphanPins(TEXT("DisableOrphanPins"), GCVarDisableOrphanPins, TEXT("0=Orphan pins are enabled (default), 1=Orphan pins are disabled (note: this option will go away in the future)"), ECVF_ReadOnly) | ( | TEXT("DisableOrphanPins") | , |
| GCVarDisableOrphanPins | , | ||
| TEXT("0=Orphan pins are enabled (default), 1=Orphan pins are disabled (note: this option will go away in the future)") | , | ||
| ECVF_ReadOnly | |||
| ) |
| int32 GCVarDisableOrphanPins = 0 |
| struct FGraphConnectionSanitizer GraphConnectionSanitizer |