Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FPatchInput
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPatchInput () |
Default constructed FPatchInput instances will always return -1 for PushAudio and true for IsOutputStillActive. | DSP/MultithreadedPatching.h | |
FPatchInput
(
const FPatchOutputStrongPtr& InOutput |
PatchInputs can only be created from explicit outputs. | DSP/MultithreadedPatching.h | |
FPatchInput
(
const FPatchInput& Other |
DSP/MultithreadedPatching.h | ||
FPatchInput
(
FPatchInput&& Other |
DSP/MultithreadedPatching.h |
FPatchInput()
Description
Default constructed FPatchInput instances will always return -1 for PushAudio and true for IsOutputStillActive.
| Name | FPatchInput |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/MultithreadedPatching.h |
| Include Path | #include "DSP/MultithreadedPatching.h" |
FPatchInput()
FPatchInput(const FPatchOutputStrongPtr &)
Description
PatchInputs can only be created from explicit outputs.
| Name | FPatchInput |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/MultithreadedPatching.h |
| Include Path | #include "DSP/MultithreadedPatching.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/MultithreadedPatching.cpp |
FPatchInput
(
const FPatchOutputStrongPtr & InOutput
)
FPatchInput(const FPatchInput &)
| Name | FPatchInput |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/MultithreadedPatching.h |
| Include Path | #include "DSP/MultithreadedPatching.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/MultithreadedPatching.cpp |
FPatchInput
(
const FPatchInput & Other
)
FPatchInput(FPatchInput &&)
| Name | FPatchInput |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/MultithreadedPatching.h |
| Include Path | #include "DSP/MultithreadedPatching.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/MultithreadedPatching.cpp |
FPatchInput
(
FPatchInput && Other
)