FLevelEditorActionCallbacks::OpenRecentFile

Opens a recent file

Unreal Engine C++ API Reference > Editor > LevelEditor > FLevelEditorActionCallbacks

References

   
Module LevelEditor
Header /Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h
Include #include "LevelEditorActions.h"
Source /Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp
static void OpenRecentFile
(
    int32 RecentFileIndex
)

Remarks

Opens a recent file

Parameters

Name Description
RecentFileIndex Index into our MRU list of recent files that can be opened

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library