UE::DerivedData::operator<

Compare values by the hash and size of their raw buffer.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > UE::DerivedData::operator<

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
Include #include "DerivedDataValue.h"
namespace UE
{
    namespace DerivedData
    {
        bool UE::DerivedData::operator<
        (
            const [FValue](API\Developer\DerivedDataCache\FValue) & A,
            const [FValue](API\Developer\DerivedDataCache\FValue) & B
        )
    }
}

Remarks

Compare values by the hash and size of their raw buffer.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library