FPlatformTypeLayoutParameters::AppendKeyString

Allow the layout parameters to modify the given DDC key string.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/MemoryLayout.h

Include

#include "Serialization/MemoryLayout.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/MemoryImage.cpp

Syntax

void AppendKeyString
(
    FString & KeyString
) const

Remarks

Allow the layout parameters to modify the given DDC key string. Since layout parameters are part of e.g. material shadermap ID, they should result in two different DDC entries for two different IDs, even if binary layouts happen to be compatible.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss