FImplementedInterface

Information about an interface a class implements

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bImplementedByK2

Whether or not this interface has been implemented via K2

Public variable

UClass *

 

Class

The interface class

Public variable

int32

 

PointerOffset

The pointer offset of the interface's vtable

Constructors

Name Description

Public function

FImplementedInterface()

Public function

FImplementedInterface

(
    UClass* InClass,
    int32 InOffset,
    bool InImplementedByK2
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss