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

#include <Class.h>

Public Member Functions

 FImplementedInterface ()
 
 FImplementedInterface (UClass *InClass, int32 InOffset, bool InImplementedByK2)
 

Public Attributes

TObjectPtr< UClassClass
 
int32 PointerOffset
 
bool bImplementedByK2
 

Friends

COREUOBJECT_API FArchiveoperator<< (FArchive &Ar, FImplementedInterface &A)
 

Detailed Description

information about an interface a class implements

Constructor & Destructor Documentation

◆ FImplementedInterface() [1/2]

FImplementedInterface::FImplementedInterface ( )
inline

◆ FImplementedInterface() [2/2]

FImplementedInterface::FImplementedInterface ( UClass InClass,
int32  InOffset,
bool  InImplementedByK2 
)
inlineexplicit

Friends And Related Symbol Documentation

◆ operator<<

COREUOBJECT_API FArchive & operator<< ( FArchive Ar,
FImplementedInterface A 
)
friend

Member Data Documentation

◆ bImplementedByK2

bool FImplementedInterface::bImplementedByK2

whether or not this interface has been implemented via K2

◆ Class

TObjectPtr<UClass> FImplementedInterface::Class

the interface class

◆ PointerOffset

int32 FImplementedInterface::PointerOffset

the pointer offset of the interface's vtable


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