IPropertyHandle::SetIgnoreValidation

Sets whether or not data validation should occur for this property and all of its children.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

void SetIgnoreValidation
(
    bool bInIgnore
)

Remarks

Sets whether or not data validation should occur for this property and all of its children. It is generally unsafe to set this value unless you know what you are doing. Data validation done by the details panel ensures changes to properties out from under the details panel are known This should only ever be set for extremely large arrays or other costly validation checks where validation is handled by the customizer

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