Navigation
API > API/Plugins > API/Plugins/MetaHumanPipelineCore
| |
|
| Name |
FAudioLoadNode |
| Type |
class |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanPipelineCore/Public/Nodes/AudioUtilNodes.h |
| Include Path |
#include "Nodes/AudioUtilNodes.h" |
Syntax
class FAudioLoadNode : public UE::MetaHuman::Pipeline::FNode
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FAudioLoadNode
(
const FString& InName
)
|
|
Nodes/AudioUtilNodes.h |
|
Enums
Public
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FrameOffset |
int32 |
|
Nodes/AudioUtilNodes.h |
|
| FrameRate |
float |
|
Nodes/AudioUtilNodes.h |
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| NumChannels |
uint16 |
|
Nodes/AudioUtilNodes.h |
|
| PcmData |
TArray< uint8 > |
|
Nodes/AudioUtilNodes.h |
|
| PcmIndex |
int32 |
|
Nodes/AudioUtilNodes.h |
|
| SampleRate |
uint32 |
|
Nodes/AudioUtilNodes.h |
|
| StartFrame |
int32 |
|
Nodes/AudioUtilNodes.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool Load
(
const USoundWave* InSoundWave
)
|
|
Nodes/AudioUtilNodes.h |
|
Overridden from FNode
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual bool End
(
const TSharedPtr< FPipelineData >& InPipelineData
)
|
|
Nodes/AudioUtilNodes.h |
|
virtual bool Process
(
const TSharedPtr< FPipelineData >& InPipelineData
)
|
|
Nodes/AudioUtilNodes.h |
|
virtual bool Start
(
const TSharedPtr< FPipelineData >& InPipelineData
)
|
|
Nodes/AudioUtilNodes.h |
|