Navigation
API > API/Runtime > API/Runtime/Core
| Name | FMountPaksExArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
| Include Path | #include "Misc/CoreDelegates.h" |
Syntax
struct FMountPaksExArgs
Structs
| Name | Remarks |
|---|---|
| FMountResult |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MountOptions | FPakMountOptions | Misc/CoreDelegates.h | ||
| Order | int32 | Misc/CoreDelegates.h | ||
| PakFilePath | const TCHAR * | Misc/CoreDelegates.h | ||
| Result | TValueOrError< FMountResult, UE::UnifiedError::FError > | Misc/CoreDelegates.h |