FDerivedDataPluginInterface::GetVersionString

Get the version of the plugin, this is used as part of the cache key.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataPluginInterface

  • FDerivedDataPluginInterface::GetVersionString()

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h
Include #include "DerivedDataPluginInterface.h"
const TCHAR * GetVersionString() const

Remarks

Get the version of the plugin, this is used as part of the cache key. This is supposed to be a guid string ( ex. "69C8C8A6-A9F8-4EFC-875C-CFBB72E66486" ) Version string of the plugin


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library