Unreal Engine Blueprint API Reference > Asset Validation
Target is Editor Validator Subsystem
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
struct | Asset Data | |
enum | In Validation Usecase |
Outputs
Type | Name | Description |
---|---|---|
text | Validation Errors | |
text | Validation Warnings | |
enum | Return Value | Returns Valid if the object pointed to by AssetData contains valid data; returns Invalid if the object contains invalid data or does not exist; returns NotValidated if no validations was performed on the object |