Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Migratory type to avoid adding dependency on SlateFDeprecateSlateVector2D, and by extension, bring in unnecessary Engine dependencies therein. At one point, this dependency was incorrectly added leading to in-determinant serialization as either a double or a float vector. This type exists to resolve that discrepancy properly. Considered soft deprecated and not to be used for runtime.
| Name | FMetasoundCommentNodeIntVector |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundCommentNodeIntVector : public UE::Math::TIntVector2< int32 >
Inheritance Hierarchy
- TIntVector2 → FMetasoundCommentNodeIntVector
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundFrontendDocument.h | |||
FMetasoundCommentNodeIntVector
(
const FIntVector2& InValue |
MetasoundFrontendDocument.h | ||
FMetasoundCommentNodeIntVector
(
const FVector2f& InValue |
MetasoundFrontendDocument.h | ||
FMetasoundCommentNodeIntVector
(
const FVector2d& InValue |
MetasoundFrontendDocument.h | ||
FMetasoundCommentNodeIntVector
(
const FDeprecateSlateVector2D& InValue |
MetasoundFrontendDocument.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Serialize
(
FStructuredArchive::FSlot Slot |
MetasoundFrontendDocument.h | ||
bool SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
MetasoundFrontendDocument.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetasoundCommentNodeIntVector & operator=
(
const FVector2f& InValue |
MetasoundFrontendDocument.h | ||
FMetasoundCommentNodeIntVector & operator=
(
const FVector2d& InValue |
MetasoundFrontendDocument.h | ||
FMetasoundCommentNodeIntVector & operator=
(
const FIntVector2& InValue |
MetasoundFrontendDocument.h | ||
FMetasoundCommentNodeIntVector & operator=
(
const FDeprecateSlateVector2D& InValue |
MetasoundFrontendDocument.h |