UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Utf8StrProperty.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5// Include StrProperty.h.inl's includes before defining the macros, in case the macros 'poison' other headers or there are re-entrant includes.
6#include "UObject/StrPropertyIncludes.h.inl" // IWYU pragma: export
7
9
10#define UE_STRPROPERTY_CLASS FUtf8StrProperty
11#define UE_STRPROPERTY_STRINGTYPE FUtf8String
12#define UE_STRPROPERTY_CASTCLASSFLAG CASTCLASS_FUtf8StrProperty
13#define UE_STRPROPERTY_PROPERTYPARAMSSTRUCT FUtf8StrPropertyParams
14 #include "UObject/StrProperty.h.inl" // IWYU pragma: export
15#undef UE_STRPROPERTY_PROPERTYPARAMSSTRUCT
16#undef UE_STRPROPERTY_CASTCLASSFLAG
17#undef UE_STRPROPERTY_STRINGTYPE
18#undef UE_STRPROPERTY_CLASS