FGeometryCollectionCacheAdapter::GetGuid

Gets a unique identifier for the adapter

Windows
MacOS
Linux

Override Hierarchy

FComponentCacheAdapter::GetGuid()

FGeometryCollectionCacheAdapter::GetGuid()

References

Module

ChaosCaching

Header

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Adapters/GeometryCollectionComponentCacheAdapter.h

Include

#include "Chaos/Adapters/GeometryCollectionComponentCacheAdapter.h"

Source

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/Adapters/GeometryCollectionComponentCacheAdapter.cpp

Syntax

virtual FGuid GetGuid() const

Remarks

Gets a unique identifier for the adapter

This must return a stable GUID that uniquely identifies any derived classes. This GUID is embedded into any cache that an adapter writes to so it can be matched up on replay. Changing the GUID returned will permanently invalidate any caches that were recorded with this adapter and they will no longer be able to playback

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