Navigation
API > API/Plugins > API/Plugins/RigMapper
A singleton class which stores a cache of FRigMappers initialized from URigMapperDefinitions, for speed
| Name | FRigMapperDefinitionsSingleton |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Public/RigMapperProcessor.h |
| Include Path | #include "RigMapperProcessor.h" |
Syntax
class FRigMapperDefinitionsSingleton
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigMapperDefinitionsSingleton() |
RigMapperProcessor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigMapperDefinitionsSingleton() |
RigMapperProcessor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RigMappers | TMap< FSoftObjectPath, FacialRigMapping::FRigMapper > | RigMapperProcessor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearFromCache
(
const TObjectPtr< const URigMapperDefinition >& InDefinition |
Clear rig mapper from the cache if it exists | RigMapperProcessor.h | |
bool GetRigMapper
(
const TObjectPtr< const URigMapperDefinition >& InDefinition, |
RigMapperProcessor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRigMapperDefinitionsSingleton & Get() |
RigMapperProcessor.h |