Class DataValidationManager
Manages centralized execution and tracking of data validation, as well as handling console commands,
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.DataValidation
Assembly: UE4DotNet.dll
Syntax
public class DataValidationManager : UObject
Remarks
and some misc tasks like local log hooking
Properties
| Improve this Doc View SourcebValidateOnSave
Declaration
public bool bValidateOnSave { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DataValidationManagerClassName
The class to instantiate as the manager object. Defaults to this class but can be overridden
Declaration
public SoftClassPath DataValidationManagerClassName { get; set; }
Property Value
Type | Description |
---|---|
SoftClassPath |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static DataValidationManager DefaultObject { get; }
Property Value
Type | Description |
---|---|
DataValidationManager |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static DataValidationManager New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
DataValidationManager |
Operators
| Improve this Doc View SourceImplicit(IntPtr to DataValidationManager)
Convert from IntPtr to UObject
Declaration
public static implicit operator DataValidationManager(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
DataValidationManager |