Navigation
API > API/Plugins > API/Plugins/RigMapper
| Name | FRigMapperValidationContext |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Public/RigMapperDefinition.h |
| Include Path | #include "RigMapperDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigMapperValidationContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Messages | TArray< FRigMapperValidationMessage > | RigMapperDefinition.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddError
(
const FString& Message, |
RigMapperDefinition.h | ||
void AddWarning
(
const FString& Message, |
RigMapperDefinition.h | ||
int32 GetErrorCount() |
RigMapperDefinition.h | ||
int32 GetWarningCount() |
RigMapperDefinition.h | ||
bool HasErrors() |
RigMapperDefinition.h | ||
bool HasWarnings() |
RigMapperDefinition.h | ||
void LogAll() |
Flush all messages to UE_LOG. | RigMapperDefinition.h |