FNativeFunctionLookup

A struct that maps a string name to a native function

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Syntax

struct FNativeFunctionLookup

Remarks

A struct that maps a string name to a native function

Variables

Name Description

Public variable

FName

 

Name

Public variable

FNativeFuncPtr

 

Pointer

Constructors

Name Description

Public function

FNativeFunctionLookup

(
    FName InName,
    FNativeFuncPtr InPointer
)

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