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
"
20
#include "
Containers/AnsiString.h
"
21
#include "
Containers/UnrealString.h
"
22
#include "
Containers/Utf8String.h
"
23
#include "
UObject/ObjectMacros.h
"
24
#include "
UObject/PropertyPortFlags.h
"
25
#include "
Misc/StringBuilder.h
"
26
#include "
Misc/AsciiSet.h
"
AnsiString.h
AsciiSet.h
CoreMinimal.h
ObjectMacros.h
PropertyPortFlags.h
StringBuilder.h
UnrealString.h
Utf8String.h
Engine
Source
Runtime
CoreUObject
Private
UObject
StrPropertyIncludes.cpp.inl
Generated by
1.9.8