![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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_FileInfNode * | syms_file_inf_node_from_name (SYMS_FileInfState *state, SYMS_String8 file_name) |
| SYMS_API SYMS_FileInfNode * | syms_file_inf_insert_node (SYMS_Arena *arena, SYMS_FileInfState *state) |
| SYMS_API SYMS_FileInfTask * | syms_file_inf_push_task (SYMS_Arena *arena, SYMS_FileInfState *state) |
| SYMS_API void | syms_file_inf_pop_task (SYMS_FileInfState *state) |
| #define SYMS_FILE_INF_C |
| SYMS_API SYMS_FileInfState syms_file_inf_begin | ( | void | ) |
| 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_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_FileInfNode * syms_file_inf_insert_node | ( | SYMS_Arena * | arena, |
| SYMS_FileInfState * | state | ||
| ) |
| SYMS_API SYMS_FileInfNode * syms_file_inf_node_from_name | ( | SYMS_FileInfState * | state, |
| SYMS_String8 | file_name | ||
| ) |
| SYMS_API void syms_file_inf_pop_task | ( | SYMS_FileInfState * | state | ) |
| SYMS_API SYMS_FileInfTask * syms_file_inf_push_task | ( | SYMS_Arena * | arena, |
| SYMS_FileInfState * | state | ||
| ) |