FCachedPropertyPath::IsResolved

Check whether a path is 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 IsResolved() const

Remarks

Check whether a path is resolved. This means that it has a cached address, but may resolve over an object boundary or a dynamic array.

Returns

true if the path is 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