![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Class.h>
Public Member Functions | |
| FImplementedInterface () | |
| FImplementedInterface (UClass *InClass, int32 InOffset, bool InImplementedByK2) | |
Public Attributes | |
| TObjectPtr< UClass > | Class |
| int32 | PointerOffset |
| bool | bImplementedByK2 |
Friends | |
| COREUOBJECT_API FArchive & | operator<< (FArchive &Ar, FImplementedInterface &A) |
information about an interface a class implements
|
inline |
|
inlineexplicit |
|
friend |
| bool FImplementedInterface::bImplementedByK2 |
whether or not this interface has been implemented via K2
| TObjectPtr<UClass> FImplementedInterface::Class |
the interface class
| int32 FImplementedInterface::PointerOffset |
the pointer offset of the interface's vtable