Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FMaterialResourceMemoryWriter |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialShared.h |
| Include Path | #include "MaterialShared.h" |
Syntax
class FMaterialResourceMemoryWriter : public FMemoryWriter
Inheritance Hierarchy
- FArchiveState → FArchive → FMemoryArchive → TMemoryWriterBase → FMemoryWriter → FMaterialResourceMemoryWriter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MaterialShared.h | |||
| MaterialShared.h | |||
| MaterialShared.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMaterialResourceMemoryWriter() |
MaterialShared.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bytes | TArray< uint8 > | MaterialShared.h | ||
| Locs | TArray< FMaterialResourceLocOnDisk > | MaterialShared.h | ||
| Name2Indices | TMap< FNameEntryId, int32 > | MaterialShared.h | ||
| ParentAr | FArchive * | MaterialShared.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BeginSerializingMaterialResource() |
MaterialShared.h | ||
void EndSerializingMaterialResource
(
const FMaterialResource& Resource |
MaterialShared.h |
Overridden from FArchiveState
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetArchiveName() |
MaterialShared.h | ||
virtual const FCustomVersionContainer & GetCustomVersions() |
MaterialShared.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MaterialShared.h | |||
| MaterialShared.h |