UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TechSoftIncludes.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
#pragma once
3
4
#include "
CoreMinimal.h
"
5
6
#ifdef USE_TECHSOFT_SDK
7
8
#if PLATFORM_WINDOWS
9
#include "
Windows/AllowWindowsPlatformTypes.h
"
10
#endif
11
12
THIRD_PARTY_INCLUDES_START
13
#pragma push_macro("TEXT")
14
#pragma warning(push)
15
#pragma warning(disable:4191)
// unsafe sprintf
16
#include "A3DSDKIncludes.h"
17
#pragma warning(pop)
18
#pragma pop_macro("TEXT")
19
THIRD_PARTY_INCLUDES_END
20
21
#if PLATFORM_WINDOWS
22
#include "
Windows/HideWindowsPlatformTypes.h
"
23
#endif
24
25
#define WITH_HOOPS
26
#else
27
typedef
void
A3DRiRepresentationItem
;
28
#endif
29
AllowWindowsPlatformTypes.h
CoreMinimal.h
THIRD_PARTY_INCLUDES_START
#define THIRD_PARTY_INCLUDES_START
Definition
GenericPlatformCompilerPreSetup.h:63
HideWindowsPlatformTypes.h
A3DRiRepresentationItem
void A3DRiRepresentationItem
Definition
TechSoftIncludes.h:27
THIRD_PARTY_INCLUDES_END
Definition
Voronoi.cpp:10
Engine
Source
Runtime
Datasmith
CADKernel
Engine
Public
TechSoftIncludes.h
Generated by
1.9.8