TFieldPath::Get

Dereference the weak pointer

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/FieldPath.h

Include

#include "UObject/FieldPath.h"

Syntax

PropertyType * Get
(
    UStruct * InCurrentStruct
) const

Remarks

Dereference the weak pointer

Returns

NULL if this object is gone or the weak pointer was NULL, otherwise a valid uobject pointer

Parameters

Parameter

Description

bEvenIfPendingKill, if

this is true, pendingkill objects are considered valid

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss