Navigation
API > API/Runtime > API/Runtime/CoreUObject
Information about an interface a class implements
| Name | FImplementedInterface |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
Syntax
struct FImplementedInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UObject/Class.h | |||
FImplementedInterface
(
UClass* InClass, |
UObject/Class.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bImplementedByK2 | bool | Whether or not this interface has been implemented via K2 | UObject/Class.h | |
| Class | TObjectPtr< UClass > | The interface class | UObject/Class.h | |
| PointerOffset | int32 | The pointer offset of the interface's vtable | UObject/Class.h |