Navigation
API > API/Runtime > API/Runtime/Engine
Struct containing information about what interfaces are implemented in this blueprint
| Name | FBPInterfaceDescription |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h |
| Include Path | #include "Engine/Blueprint.h" |
Syntax
USTRUCT ()
struct FBPInterfaceDescription
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBPInterfaceDescription() |
Engine/Blueprint.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Graphs | TArray< TObjectPtr< UEdGraph > > | References to the graphs associated with the required functions for this interface | Engine/Blueprint.h | |
| Interface | TSubclassOf< class UInterface > | Reference to the interface class we're adding to this blueprint | Engine/Blueprint.h |