91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 95.58MB
    文件類型: .zip
    金幣: 2
    下載: 2 次
    發(fā)布日期: 2023-06-08
  • 語言: 其他
  • 標(biāo)簽: UE4插件??

資源簡介

該文件為樣例項目文件,下載后即可使用。插件在Plugins文件夾內(nèi),可復(fù)制到其他項目下的Plugins文件夾下使用。有問題請查看樣例項目根目錄下的使用說明.docx文件。里面有我的聯(lián)系方式,有問題可以聯(lián)系我進行修改。

資源截圖

代碼片段和文件信息

//?Some?copyright?should?be?here...

using?UnrealBuildTool;
using?System.IO;

public?class?RecordVideoPlugin?:?ModuleRules
{

????private?string?ThirdPartyPath
????{
????????get?{?return?Path.GetFullPath(Path.Combine(ModuleDirectory?“../ThirdParty/“));?}
????}

????private?string?GameBinariesPath
????{
????????get?{?return?Path.GetFullPath(Path.Combine(ModuleDirectory?“../../../../Binaries/Win64“));?}
????}

????public?RecordVideoPlugin(ReadOnlyTargetRules?Target)?:?base(Target)
{
PCHUsage?=?ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;

????????bEnableExceptions?=?true;
????????//UEBuildConfiguration.bUseLoggingInShipping?=?true;
????????bEnableUndefinedIdentifierWarnings?=?false;

????????PublicIncludePaths.AddRange(
new?string[]?{
//?...?add?public?include?paths?required?here?...
}
);


PrivateIncludePaths.AddRange(
new?string[]?{
//?...?add?other?private?include?paths?required?here?...
}
);


PublicDependencyModuleNames.AddRange(
new?string[]
{
“Core“
????????????????“Engine“
????????????????“Projects“
//?...?add?other?public?dependencies?that?you?statically?link?with?here?...
}
);


PrivateDependencyModuleNames.AddRange(
new?string[]
{
“CoreUobject“
????????????????“RenderCore“
????????????????“RHI“
????????????????“Engine“
“Slate“
“SlateCore“
//?...?add?private?dependencies?that?you?statically?link?with?here?...
}
);


DynamicallyLoadedModuleNames.AddRange(
new?string[]
{
//?...?add?any?modules?that?your?module?loads?dynamically?here?...
}
);

????????string?dllLibPath?=?Path.GetFullPath(Path.Combine(ThirdPartyPath?“ffmpeg_4_2_1_win64/“));

????????if?(!Directory.Exists(GameBinariesPath))
????????{
????????????Directory.CreateDirectory(GameBinariesPath);
????????}
????????if?(!File.Exists(Path.Combine(GameBinariesPath?“avcodec-58.dll“)))
????????{
????????????File.Copy(Path.Combine(dllLibPath?“avcodec-58.dll“)?Path.Combine(GameBinariesPath?“avcodec-58.dll“)?true);
????????}
????????if?(!File.Exists(Path.Combine(GameBinariesPath?“avdevice-58.dll“)))
????????{
????????????File.Copy(Path.Combine(dllLibPath?“avdevice-58.dll“)?Path.Combine(GameBinariesPath?“avdevice-58.dll“)?true);
????????}
????????if?(!File.Exists(Path.Combine(GameBinariesPath?“avfilter-7.dll“)))
????????{
????????????File.Copy(Path.Combine(dllLibPath?“avfilter-7.dll“)?Path.Combine(GameBinariesPath?“avfilter-7.dll“)?true);
????????}
????????if?(!File.Exists(Path.Combine(GameBinariesPath?“avformat-58.dll“)))
????????{
????????????File.Copy(Path.Combine(dllLibPath?“avformat-58.dll“)?Path.Combine(GameBinariesPath?“avformat-58.dll“)?true);
????????}
????????if?(!File.Exists(Path.Combine(GameBinariesPath?“avutil-56.dll“)))
????????{
????????????File.Copy(Path.Combine(dllLibPath?“avutil-56.dll“)?Path.Combine(GameBinariesPath?“avutil

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-12-06?12:45??RecordVideoPro4_23\
?????目錄???????????0??2019-12-06?11:03??RecordVideoPro4_23\Binaries\
?????目錄???????????0??2019-12-06?11:03??RecordVideoPro4_23\Binaries\Win64\
?????文件????46985728??2019-09-15?22:46??RecordVideoPro4_23\Binaries\Win64\avcodec-58.dll
?????文件?????2635776??2019-09-15?22:46??RecordVideoPro4_23\Binaries\Win64\avdevice-58.dll
?????文件?????7836160??2019-09-15?22:46??RecordVideoPro4_23\Binaries\Win64\avfilter-7.dll
?????文件????10319872??2019-09-15?22:46??RecordVideoPro4_23\Binaries\Win64\avformat-58.dll
?????文件??????793088??2019-09-15?22:46??RecordVideoPro4_23\Binaries\Win64\avutil-56.dll
?????文件??????135168??2019-09-15?22:46??RecordVideoPro4_23\Binaries\Win64\postproc-55.dll
?????文件??????428544??2019-09-15?22:46??RecordVideoPro4_23\Binaries\Win64\swresample-3.dll
?????文件??????544768??2019-09-15?22:46??RecordVideoPro4_23\Binaries\Win64\swscale-5.dll
?????目錄???????????0??2019-12-06?10:59??RecordVideoPro4_23\Config\
?????目錄???????????0??2019-12-06?10:59??RecordVideoPro4_23\Config\Android\
?????文件?????????195??2019-12-06?10:59??RecordVideoPro4_23\Config\Android\AndroidEngine.ini
?????文件???????????0??2019-12-06?10:59??RecordVideoPro4_23\Config\DefaultEditor.ini
?????文件????????2813??2019-12-06?13:26??RecordVideoPro4_23\Config\DefaultEngine.ini
?????文件??????????93??2019-12-06?10:59??RecordVideoPro4_23\Config\DefaultGame.ini
?????目錄???????????0??2019-12-06?10:59??RecordVideoPro4_23\Config\IOS\
?????文件?????????187??2019-12-06?10:59??RecordVideoPro4_23\Config\IOS\IOSEngine.ini
?????目錄???????????0??2019-12-06?10:59??RecordVideoPro4_23\Config\Linux\
?????文件?????????189??2019-12-06?10:59??RecordVideoPro4_23\Config\Linux\LinuxEngine.ini
?????目錄???????????0??2019-12-06?10:59??RecordVideoPro4_23\Config\Mac\
?????文件?????????186??2019-12-06?10:59??RecordVideoPro4_23\Config\Mac\MacEngine.ini
?????目錄???????????0??2019-12-06?10:59??RecordVideoPro4_23\Config\PS4\
?????文件?????????186??2019-12-06?10:59??RecordVideoPro4_23\Config\PS4\PS4Engine.ini
?????目錄???????????0??2019-12-06?10:59??RecordVideoPro4_23\Config\Switch\
?????文件?????????194??2019-12-06?10:59??RecordVideoPro4_23\Config\Switch\SwitchEngine.ini
?????目錄???????????0??2019-12-06?10:59??RecordVideoPro4_23\Config\Windows\
?????文件?????????191??2019-12-06?10:59??RecordVideoPro4_23\Config\Windows\WindowsEngine.ini
?????目錄???????????0??2019-12-06?10:59??RecordVideoPro4_23\Config\XboxOne\
?????文件?????????191??2019-12-06?10:59??RecordVideoPro4_23\Config\XboxOne\XboxOneEngine.ini
............此處省略2144個文件信息

評論

共有 條評論