Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObjectBaseUtility
| Type | Name | Description | |
|---|---|---|---|
| void * | GetNativeInterfaceAddress
(
UClass* InterfaceClass |
Returns a pointer to the I* native interface object that this object implements. | |
| const void * | GetNativeInterfaceAddress
(
UClass* InterfaceClass |
Returns a pointer to the const I* native interface object that this object implements. |