Navigation
API > API/Runtime > API/Runtime/AutoRTFM
autortfm_open_to_closed_table holds a pointer to a null-terminated list of autortfm_open_to_closed_mapping, and an intrusive linked-list pointer to the previous and next registered autortfm_open_to_closed_table.
| Name | autortfm_open_to_closed_table |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutoRTFM/Public/AutoRTFM.h |
| Include Path | #include "AutoRTFM.h" |
Syntax
struct autortfm_open_to_closed_table
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mappings | const autortfm_open_to_closed_mapping * | Null-terminated open function to closed function mapping table. | AutoRTFM.h | |
| Next | autortfm_open_to_closed_table * | An intrusive linked-list pointer to the next autortfm_open_to_closed_table. | AutoRTFM.h | |
| Prev | autortfm_open_to_closed_table * | An intrusive linked-list pointer to the previous autortfm_open_to_closed_table. | AutoRTFM.h |