Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineCore > UMoviePipelineQueue
References
Module | MovieRenderPipelineCore |
Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineQueue.h |
Include | #include "MoviePipelineQueue.h" |
Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineQueue.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline|Queue")
UMoviePipelineQueue * CopyFrom
(
UMoviePipelineQueue * InQueue
)
Remarks
Replace the contents of this queue with a copy of the contents from another queue. Returns a pointer to this queue if the copy was successful, else nullptr.