Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectDefinition
Description
Indicates the result of the last validation if 'Validate' was called. Need to call 'HasBeenValidated' before to make the distinction between an invalid asset and one that hasn't been validated yet.
| Name | IsDefinitionValid |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectDefinition.h |
| Include Path | #include "SmartObjectDefinition.h" |
bool IsDefinitionValid() const
result of the last validation if 'Validate' was called; false otherwise
See Also
-
Validate