SProperty::IsValidProperty

Returns whether or not this property is valid.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h

Include

#include "PropertyCustomizationHelpers.h"

Source

/Engine/Source/Editor/PropertyEditor/Private/PropertyCustomizationHelpers.cpp

Syntax

virtual bool IsValidProperty() const

Remarks

Returns whether or not this property is valid. Sometimes property widgets are created even when their FProperty is not exposed to the user. In that case the property is invalid Properties can also become invalid if selection changes in the detail view and this value is stored somewhere.

Returns

Whether or not the property is 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