Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > UClass > AddNativeFunction
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
void AddNativeFunction
&40;
const ANSICHAR &42; InName,
FNativeFuncPtr InPointer
&41;
Remarks
Add a native function to the internal native function table
Parameters
Name | Description |
---|---|
InName | name of the function |
InPointer | pointer to the function |