Navigation
API > API/Plugins > API/Plugins/ImgMedia > API/Plugins/ImgMedia/UImgMediaSource
Description
Set the path to the image sequence directory this source represents.
| Name | SetSequencePath |
| Type | function |
| Header File | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Public/ImgMediaSource.h |
| Include Path | #include "ImgMediaSource.h" |
| Source | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Private/Assets/ImgMediaSource.cpp |
UFUNCTION (BlueprintCallable, Category="ImgMedia|ImgMediaSource")
void SetSequencePath
(
const FString & Path
)
Parameters
| Name | Remarks |
|---|---|
| Path | The path to an image file in the desired directory. |