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