UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FManagedArrayInterface Class Referenceabstract

#include <ManagedArrayCollection.h>

+ Inheritance diagram for FManagedArrayInterface:

Public Member Functions

 FManagedArrayInterface ()
 
 FManagedArrayInterface (FManagedArrayCollection *InManagedArray)
 
virtual void InitializeInterface ()=0
 
virtual void CleanInterfaceForCook ()=0
 
virtual void RemoveInterfaceAttributes ()=0
 

Protected Attributes

FManagedArrayCollectionManagedCollection
 

Constructor & Destructor Documentation

◆ FManagedArrayInterface() [1/2]

FManagedArrayInterface::FManagedArrayInterface ( )
inline

◆ FManagedArrayInterface() [2/2]

FManagedArrayInterface::FManagedArrayInterface ( FManagedArrayCollection InManagedArray)
inline

Member Function Documentation

◆ CleanInterfaceForCook()

virtual void FManagedArrayInterface::CleanInterfaceForCook ( )
pure virtual

◆ InitializeInterface()

virtual void FManagedArrayInterface::InitializeInterface ( )
pure virtual

◆ RemoveInterfaceAttributes()

virtual void FManagedArrayInterface::RemoveInterfaceAttributes ( )
pure virtual

Member Data Documentation

◆ ManagedCollection

FManagedArrayCollection* FManagedArrayInterface::ManagedCollection
protected

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