UEditorValidatorBase::CanValidateAsset

Override this to determine whether or not you can validate a given asset with this validator

Windows
MacOS
Linux

References

Module

DataValidation

Header

/Engine/Plugins/Editor/DataValidation/Source/DataValidation/Public/EditorValidatorBase.h

Include

#include "EditorValidatorBase.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintNativeEvent, Category="Asset Validation")
bool CanValidateAsset
(
    UObject * InAsset
) const

Remarks

Override this to determine whether or not you can validate a given asset with this validator

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