Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObjectBaseUtility
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * GetNativeInterfaceAddress
(
UClass* InterfaceClass |
Returns a pointer to the I* native interface object that this object implements. | UObject/UObjectBaseUtility.h | |
const void * GetNativeInterfaceAddress
(
UClass* InterfaceClass |
Returns a pointer to the const I* native interface object that this object implements. | UObject/UObjectBaseUtility.h |
GetNativeInterfaceAddress(UClass *)
Description
Returns a pointer to the I* native interface object that this object implements. Returns NULL if this object does not implement InterfaceClass, or does not do so natively.
| Name | GetNativeInterfaceAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include Path | #include "UObject/UObjectBaseUtility.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp |
void * GetNativeInterfaceAddress
(
UClass * InterfaceClass
)
GetNativeInterfaceAddress(UClass *)
Description
Returns a pointer to the const I* native interface object that this object implements. Returns NULL if this object does not implement InterfaceClass, or does not do so natively.
| Name | GetNativeInterfaceAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include Path | #include "UObject/UObjectBaseUtility.h" |
const void * GetNativeInterfaceAddress
(
UClass * InterfaceClass
) const