TMapRDGBufferUAVFuncs

Defines how the map's pairs are hashed.

Windows
MacOS
Linux

Inheritance Hierarchy

BaseKeyFuncs

TMapRDGBufferUAVFuncs

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h

Include

#include "RenderGraphResources.h"

Syntax

template<typename KeyType, typename ValueType>
struct TMapRDGBufferUAVFuncs : public BaseKeyFuncs< TPair< KeyType, ValueType >, KeyType, false >

Remarks

Defines how the map's pairs are hashed.

Functions

Name Description

Public function Static

uint32

 

GetKeyHash

(
    KeyInitType Key
)

Public function Static

KeyInitType

 

GetSetKey

(
    ElementInitType Element
)

Public function Static

bool

 

Matches

(
    KeyInitType A,
    KeyInitType B
)

Typedefs

Name

Description

ElementInitType

KeyInitType

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