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