Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TQuartzCommandQueue
Description
PushLambda(): push a function that takes a TargetInterface& as an argument. Listeners will execute this code with (static_cast
| Name | PushLambda |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/QuartzCommandQueue.h |
| Include Path | #include "Sound/QuartzCommandQueue.h" |
template<class TargetInterface>
void PushLambda
(
TFunction < void> InLambda
)