Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FControlRigOverrideValueErrorPipe |
| Type | class |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigOverride.h |
| Include Path | #include "ControlRigOverride.h" |
Syntax
class FControlRigOverrideValueErrorPipe : public FOutputDevice
Inheritance Hierarchy
- FOutputDevice → FControlRigOverrideValueErrorPipe
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FControlRigOverrideValueErrorPipe
(
ELogVerbosity::Type InMaxVerbosity, |
ControlRigOverride.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TReportFunction | TFunction< void(const TCHAR *, ELogVerbosity::Type)> | ControlRigOverride.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxVerbosity | ELogVerbosity::Type | ControlRigOverride.h | ||
| NumErrors | int32 | ControlRigOverride.h | ||
| ReportFunction | TReportFunction | ControlRigOverride.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ELogVerbosity::Type GetMaxVerbosity() |
ControlRigOverride.h | ||
int32 GetNumErrors() |
ControlRigOverride.h | ||
virtual void Serialize
(
const TCHAR* V, |
ControlRigOverride.h |