Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > UObjectBaseUtility > GetNativeInterfaceAddress
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
Include | #include "UObject/UObjectBaseUtility.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp |
void &42; GetNativeInterfaceAddress
&40;
UClass &42; InterfaceClass
&41;
Remarks
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.