Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterGuo committed Jul 19, 2024
2 parents 74f7a02 + 8db07e9 commit 76c3f6f
Show file tree
Hide file tree
Showing 46 changed files with 4,754 additions and 0 deletions.
26 changes: 26 additions & 0 deletions AnselOriginal5.4/Ansel/Ansel.uplugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"FileVersion": 3,
"Version": 510,
"VersionName": "5.4.0.Original",
"FriendlyName": "Nvidia Ansel Photography Plugin",
"Description": "Plugin to support Ansel Photography",
"Category": "Photography",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EngineVersion": "5.4.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "Ansel",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
}
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions AnselOriginal5.4/Ansel/Binaries/Win64/UnrealEditor.modules
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"BuildId": "33043543",
"Modules":
{
"Ansel": "UnrealEditor-Ansel.dll"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/

#include "UObject/GeneratedCppIncludes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeAnsel_init() {}
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_Ansel;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_Ansel()
{
if (!Z_Registration_Info_UPackage__Script_Ansel.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/Ansel",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0x5F3A91B8,
0xDCEC008A,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_Ansel.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_Ansel.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_Ansel(Z_Construct_UPackage__Script_Ansel, TEXT("/Script/Ansel"), Z_Registration_Info_UPackage__Script_Ansel, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x5F3A91B8, 0xDCEC008A));
PRAGMA_ENABLE_DEPRECATION_WARNINGS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/

#pragma once



Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/

// IWYU pragma: private, include "AnselFunctionLibrary.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"

PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UObject;
#ifdef ANSEL_AnselFunctionLibrary_generated_h
#error "AnselFunctionLibrary.generated.h already included, missing '#pragma once' in AnselFunctionLibrary.h"
#endif
#define ANSEL_AnselFunctionLibrary_generated_h

#define FID_HostProject_Plugins_Ansel_Source_Ansel_Public_AnselFunctionLibrary_h_20_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execConstrainCameraByGeometry); \
DECLARE_FUNCTION(execConstrainCameraByDistance); \
DECLARE_FUNCTION(execSetUIControlVisibility); \
DECLARE_FUNCTION(execSetAutoPause); \
DECLARE_FUNCTION(execSetAutoPostprocess); \
DECLARE_FUNCTION(execSetCameraConstraintDistance); \
DECLARE_FUNCTION(execSetCameraConstraintCameraSize); \
DECLARE_FUNCTION(execSetCameraMovementSpeed); \
DECLARE_FUNCTION(execSetSettleFrames); \
DECLARE_FUNCTION(execSetIsPhotographyAllowed); \
DECLARE_FUNCTION(execIsPhotographyAllowed); \
DECLARE_FUNCTION(execIsPhotographyAvailable); \
DECLARE_FUNCTION(execStopSession); \
DECLARE_FUNCTION(execStartSession);


#define FID_HostProject_Plugins_Ansel_Source_Ansel_Public_AnselFunctionLibrary_h_20_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAnselFunctionLibrary(); \
friend struct Z_Construct_UClass_UAnselFunctionLibrary_Statics; \
public: \
DECLARE_CLASS(UAnselFunctionLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Ansel"), NO_API) \
DECLARE_SERIALIZER(UAnselFunctionLibrary)


#define FID_HostProject_Plugins_Ansel_Source_Ansel_Public_AnselFunctionLibrary_h_20_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAnselFunctionLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
/** Private move- and copy-constructors, should never be used */ \
UAnselFunctionLibrary(UAnselFunctionLibrary&&); \
UAnselFunctionLibrary(const UAnselFunctionLibrary&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAnselFunctionLibrary); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAnselFunctionLibrary); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAnselFunctionLibrary) \
NO_API virtual ~UAnselFunctionLibrary();


#define FID_HostProject_Plugins_Ansel_Source_Ansel_Public_AnselFunctionLibrary_h_17_PROLOG
#define FID_HostProject_Plugins_Ansel_Source_Ansel_Public_AnselFunctionLibrary_h_20_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_Ansel_Source_Ansel_Public_AnselFunctionLibrary_h_20_RPC_WRAPPERS_NO_PURE_DECLS \
FID_HostProject_Plugins_Ansel_Source_Ansel_Public_AnselFunctionLibrary_h_20_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_Ansel_Source_Ansel_Public_AnselFunctionLibrary_h_20_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS


template<> ANSEL_API UClass* StaticClass<class UAnselFunctionLibrary>();

#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_Ansel_Source_Ansel_Public_AnselFunctionLibrary_h


#define FOREACH_ENUM_EUICONTROLEFFECTTARGET(op) \
op(Bloom) \
op(DepthOfField) \
op(ChromaticAberration) \
op(MotionBlur)
PRAGMA_ENABLE_DEPRECATION_WARNINGS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
D:\Ansel\AnselOriginal\Ansel\HostProject\Plugins\Ansel\Source\Ansel\Public\AnselFunctionLibrary.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"OutputFiles": [
"..\\..\\..\\x64\\UnrealGame\\Development\\Ansel\\Module.Ansel.cpp.obj",
"..\\..\\..\\x64\\UnrealGame\\Development\\Ansel\\Ansel.cpp.obj",
"..\\..\\..\\x64\\UnrealGame\\Development\\Ansel\\AnselFunctionLibrary.cpp.obj"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/

#include "UObject/GeneratedCppIncludes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeAnsel_init() {}
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_Ansel;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_Ansel()
{
if (!Z_Registration_Info_UPackage__Script_Ansel.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/Ansel",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0x5F3A91B8,
0xDCEC008A,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_Ansel.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_Ansel.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_Ansel(Z_Construct_UPackage__Script_Ansel, TEXT("/Script/Ansel"), Z_Registration_Info_UPackage__Script_Ansel, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x5F3A91B8, 0xDCEC008A));
PRAGMA_ENABLE_DEPRECATION_WARNINGS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/

#pragma once



Loading

0 comments on commit 76c3f6f

Please sign in to comment.