UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBPInterfaceDescription Struct Reference

#include <Blueprint.h>

Public Member Functions

 FBPInterfaceDescription ()
 

Public Attributes

TSubclassOf< class UInterfaceInterface
 
TArray< TObjectPtr< UEdGraph > > Graphs
 

Detailed Description

Struct containing information about what interfaces are implemented in this blueprint

Constructor & Destructor Documentation

◆ FBPInterfaceDescription()

FBPInterfaceDescription::FBPInterfaceDescription ( )
inline

Member Data Documentation

◆ Graphs

TArray<TObjectPtr<UEdGraph> > FBPInterfaceDescription::Graphs

References to the graphs associated with the required functions for this interface

◆ Interface

TSubclassOf<class UInterface> FBPInterfaceDescription::Interface

Reference to the interface class we're adding to this blueprint


The documentation for this struct was generated from the following file: