UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_file_inf.c File Reference

Go to the source code of this file.

Macros

#define SYMS_FILE_INF_C
 

Functions

SYMS_API SYMS_FileInfResult syms_file_inf_infer_from_file_list (SYMS_Arena *arena, SYMS_FileLoadCtx ctx, SYMS_String8List file_name_list, SYMS_FileInfOptions *opts_ptr)
 
SYMS_API SYMS_FileInfResult syms_file_inf_infer_from_file (SYMS_Arena *arena, SYMS_FileLoadCtx ctx, SYMS_String8 file_name, SYMS_FileInfOptions *opts)
 
SYMS_API SYMS_FileInfState syms_file_inf_begin (void)
 
SYMS_API SYMS_FileInfNodesyms_file_inf_node_from_name (SYMS_FileInfState *state, SYMS_String8 file_name)
 
SYMS_API SYMS_FileInfNodesyms_file_inf_insert_node (SYMS_Arena *arena, SYMS_FileInfState *state)
 
SYMS_API SYMS_FileInfTasksyms_file_inf_push_task (SYMS_Arena *arena, SYMS_FileInfState *state)
 
SYMS_API void syms_file_inf_pop_task (SYMS_FileInfState *state)
 

Macro Definition Documentation

◆ SYMS_FILE_INF_C

#define SYMS_FILE_INF_C

Function Documentation

◆ syms_file_inf_begin()

SYMS_API SYMS_FileInfState syms_file_inf_begin ( void  )

◆ syms_file_inf_infer_from_file()

SYMS_API SYMS_FileInfResult syms_file_inf_infer_from_file ( SYMS_Arena arena,
SYMS_FileLoadCtx  ctx,
SYMS_String8  file_name,
SYMS_FileInfOptions opts 
)

◆ syms_file_inf_infer_from_file_list()

SYMS_API SYMS_FileInfResult syms_file_inf_infer_from_file_list ( SYMS_Arena arena,
SYMS_FileLoadCtx  ctx,
SYMS_String8List  file_name_list,
SYMS_FileInfOptions opts_ptr 
)

◆ syms_file_inf_insert_node()

SYMS_API SYMS_FileInfNode * syms_file_inf_insert_node ( SYMS_Arena arena,
SYMS_FileInfState state 
)

◆ syms_file_inf_node_from_name()

SYMS_API SYMS_FileInfNode * syms_file_inf_node_from_name ( SYMS_FileInfState state,
SYMS_String8  file_name 
)

◆ syms_file_inf_pop_task()

SYMS_API void syms_file_inf_pop_task ( SYMS_FileInfState state)

◆ syms_file_inf_push_task()

SYMS_API SYMS_FileInfTask * syms_file_inf_push_task ( SYMS_Arena arena,
SYMS_FileInfState state 
)