UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AutoRTFMUE.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
// Include Platform.h before AutoRTFM.h so that DLLEXPORT / DLLIMPORT is defined.
6
#include "
HAL/Platform.h
"
7
8
#include "
AutoRTFM.h
"
9
10
namespace
AutoRTFM
11
{
12
13
#if UE_AUTORTFM
14
15
// Initializes AutoRTFM for use by the Unreal Engine.
16
UE_AUTORTFM_API
void
InitializeForUE
();
17
18
#else
19
20
inline
void
InitializeForUE
() {}
21
22
#endif
23
24
}
UE_AUTORTFM_API
#define UE_AUTORTFM_API
Definition
AutoRTFMDefines.h:156
AutoRTFM.h
Platform.h
AutoRTFM
Definition
API.cpp:57
AutoRTFM::InitializeForUE
void InitializeForUE()
Definition
AutoRTFMUE.h:20
Engine
Source
Runtime
Core
Public
AutoRTFM
AutoRTFMUE.h
Generated by
1.9.8