Navigation
API > API/Plugins > API/Plugins/AudioExperimentalRuntime
Simple type registry.
| Name | ITypeFamilyRegistry |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/AudioExperimentalRuntime/Public/TypeFamily/TypeFamily.h |
| Include Path | #include "TypeFamily/TypeFamily.h" |
Syntax
class ITypeFamilyRegistry
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITypeFamilyRegistry() |
TypeFamily/TypeFamily.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T * Find
(
const FName& InUniqueName |
TypeFamily/TypeFamily.h | ||
bool RegisterType
(
const FName& InUniqueName, |
TypeFamily/TypeFamily.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FTypeFamily * FindTypeInternal
(
const FName InUniqueName |
TypeFamily/TypeFamily.h |