UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StrPropertyIncludes.cpp.inl
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5/*******************************************************************************************************
6 * NOTICE *
7 * *
8 * This file is not intended to be included directly - it is only intended to contain the includes for *
9 * StrPropetryIncludes.cpp.inl. *
10 *******************************************************************************************************/
11
12#ifdef UE_STRPROPERTY_CLASS
13 #error "StrPropertyIncludes.cpp.inl should not be included after defining UE_STRPROPERTY_CLASS"
14#endif
15#ifdef UE_STRPROPERTY_STRINGTYPE
16 #error "StrPropertyIncludes.cpp.inl should not be included after defining UE_STRPROPERTY_STRINGTYPE"
17#endif
18
19#include "CoreMinimal.h"
25#include "Misc/StringBuilder.h"
26#include "Misc/AsciiSet.h"