Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FMaterialResourceProxyReader |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialShared.h |
| Include Path | #include "MaterialShared.h" |
Syntax
class FMaterialResourceProxyReader :
private TUniquePtr< FArchive > ,
public FArchiveProxy
Inheritance Hierarchy
- FArchiveState → FArchive → FArchiveProxy → FMaterialResourceProxyReader
- TDefaultDelete → TUniquePtr → FMaterialResourceProxyReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MaterialShared.h | |||
| MaterialShared.h | |||
FMaterialResourceProxyReader
(
FArchive& Ar, |
MaterialShared.h | ||
FMaterialResourceProxyReader
(
const TCHAR* Filename, |
MaterialShared.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMaterialResourceProxyReader() |
MaterialShared.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Names | TArray< FName > | MaterialShared.h | ||
| OffsetToEnd | int64 | MaterialShared.h | ||
| OffsetToFirstResource | int64 | MaterialShared.h |
Functions
Public
Overridden from FArchive
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Seek
(
int64 InPos |
MaterialShared.h |
Overridden from FArchiveState
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetArchiveName() |
MaterialShared.h | ||
virtual int64 Tell() |
MaterialShared.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MaterialShared.h | |||
| MaterialShared.h |