Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | TParamPackFixedArray |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundParameterPackFixedArray.h |
| Include Path | #include "MetasoundParameterPackFixedArray.h" |
Syntax
template<typename ElementType, int32 NumInlineElements>
class TParamPackFixedArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TParamPackFixedArray
(
const TArray< ElementType >& Other |
MetasoundParameterPackFixedArray.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FByteBucketType | TTypeCompatibleBytes< ElementType > | MetasoundParameterPackFixedArray.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InlineData | FByteBucketType | MetasoundParameterPackFixedArray.h | ||
| NumValidElements | int32 | MetasoundParameterPackFixedArray.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyToArray
(
TArray< ElementType >& Dest |
MetasoundParameterPackFixedArray.h | ||
const ElementType * GetData () |
MetasoundParameterPackFixedArray.h | ||
ElementType * GetData () |
MetasoundParameterPackFixedArray.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TParamPackFixedArray< ElementType, NumInlineElements > & operator=
(
const TArray< ElementType >& Other |
MetasoundParameterPackFixedArray.h |