UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TestUndeclaredScriptStructObjectReferences.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "UObject/ObjectPtr.h"
9
10#include "TestUndeclaredScriptStructObjectReferences.generated.h"
11
12class FArchive;
13
14// Helper struct to test if struct serializer object reference declaration tests work properly
15USTRUCT()
31
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 USTRUCT(...)
Definition ObjectMacros.h:746
EPropertyObjectReferenceType
Definition ObjectMacros.h:533
Definition Archive.h:1208
Definition Object.h:95
Definition SoftObjectPath.cpp:24
Definition SoftObjectPath.h:56
Definition TestUndeclaredScriptStructObjectReferences.h:17
Definition ObjectPtr.h:488
Definition SoftObjectPtr.h:174
Definition StructOpsTypeTraits.h:11
Definition StructOpsTypeTraits.h:46
Definition WeakObjectPtrTemplates.h:25