UMoviePipelineQueue::CopyFrom

Replace the contents of this queue with a copy of the contents from another queue.

Windows
MacOS
Linux

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Movie Render Pipeline")
void CopyFrom
(
    UMoviePipelineQueue * InQueue
)

Remarks

Replace the contents of this queue with a copy of the contents from another queue.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss