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
10namespace AutoRTFM
11{
12
13#if UE_AUTORTFM
14
15// Initializes AutoRTFM for use by the Unreal Engine.
17
18#else
19
20inline void InitializeForUE() {}
21
22#endif
23
24}
#define UE_AUTORTFM_API
Definition AutoRTFMDefines.h:156
Definition API.cpp:57
void InitializeForUE()
Definition AutoRTFMUE.h:20