FCachedPropertyPath::IsFullyResolved

Check whether a path is fully resolved.

Windows
MacOS
Linux

References

Module

PropertyPath

Header

/Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h

Include

#include "PropertyPathHelpers.h"

Source

/Engine/Source/Runtime/PropertyPath/Private/PropertyPathHelpers.cpp

Syntax

bool IsFullyResolved() const

Remarks

Check whether a path is fully resolved. This means that it has a cached address and does not resolve over an object boundary or a dynamic array.

Returns

true if the path is fully resolved

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