UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
OptionalPropertyTestObject.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
8#include "OptionalPropertyTestObject.generated.h"
9
10#if WITH_TESTS
11
12UCLASS()
14{
16
17public:
18 UPROPERTY()
20
21 UPROPERTY()
23
24 UPROPERTY()
26
27 UPROPERTY()
29};
30
31#endif // WITH_TESTS
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition NameTypes.h:617
Definition Text.h:385
Definition Object.h:95
Definition Optional.h:131