Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineBlueprintLibrary
Description
Get the package name for the map in this job. The level travel command requires the package path and not the asset path.
| Name | GetMapPackageName |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineBlueprintLibrary.h |
| Include Path | #include "MoviePipelineBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineBlueprintLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Movie Render Pipeline")
static FString GetMapPackageName
(
UMoviePipelineExecutorJob * InJob
)