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