UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNativeFunctionLookup Struct Reference

#include <Class.h>

Public Member Functions

 FNativeFunctionLookup (FName InName, FNativeFuncPtr InPointer)
 

Public Attributes

FName Name
 
FNativeFuncPtr Pointer
 

Detailed Description

A struct that maps a string name to a native function

Constructor & Destructor Documentation

◆ FNativeFunctionLookup()

FNativeFunctionLookup::FNativeFunctionLookup ( FName  InName,
FNativeFuncPtr  InPointer 
)
inline

Member Data Documentation

◆ Name

FName FNativeFunctionLookup::Name

◆ Pointer

FNativeFuncPtr FNativeFunctionLookup::Pointer

The documentation for this struct was generated from the following file: