AddNativeFunction

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

AddNativeFunction

(
    const ANSICHAR* InName,
    FNativeFuncPtr InPointer
)

Add a native function to the internal native function table

Public function

void

 

AddNativeFunction

(
    const WIDECHAR* InName,
    FNativeFuncPtr InPointer
)

Add a native function to the internal native function table, but with a unicode name.

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