UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WeakObjectPtrFwd.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
/*=============================================================================
4
WeakObjectPtrFwd.h: Weak object pointer forward declarations
5
=============================================================================*/
6
7
#pragma once
8
9
#include "
UObject/WeakObjectPtrTemplatesFwd.h
"
10
11
struct
FWeakObjectPtr
;
12
13
template
<
typename
T>
struct
TIsPODType
;
14
template
<
typename
T>
struct
TIsWeakPointerType
;
15
template
<
typename
T>
struct
TIsZeroConstructType
;
16
17
template
<>
struct
TIsPODType
<
FWeakObjectPtr
> {
enum
{
Value
=
true
}; };
18
template
<>
struct
TIsZeroConstructType
<
FWeakObjectPtr
> {
enum
{
Value
=
true
}; };
19
template
<>
struct
TIsWeakPointerType
<
FWeakObjectPtr
> {
enum
{
Value
=
true
}; };
EColorPickerChannels::Value
@ Value
WeakObjectPtrTemplatesFwd.h
FWeakObjectPtr
Definition
WeakObjectPtr.h:49
TIsPODType
Definition
IsPODType.h:12
TIsPODType::Value
@ Value
Definition
IsPODType.h:13
TIsWeakPointerType
Definition
UnrealTypeTraits.h:181
TIsWeakPointerType::Value
@ Value
Definition
UnrealTypeTraits.h:182
TIsZeroConstructType
Definition
UnrealTypeTraits.h:172
Engine
Source
Runtime
CoreUObject
Public
UObject
WeakObjectPtrFwd.h
Generated by
1.9.8