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
10#endif
11
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")
20
21#if PLATFORM_WINDOWS
23#endif
24
25#define WITH_HOOPS
26#else
28#endif
29
#define THIRD_PARTY_INCLUDES_START
Definition GenericPlatformCompilerPreSetup.h:63
void A3DRiRepresentationItem
Definition TechSoftIncludes.h:27
Definition Voronoi.cpp:10