FComponentCacheAdapter::GetPriority

Gets the priority for an adapter.

Windows
MacOS
Linux

Override Hierarchy

References

Module

ChaosCaching

Header

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

Include

#include "Chaos/Adapters/CacheAdapter.h"

Syntax

uint8 GetPriority() const

Remarks

Gets the priority for an adapter. When two or more adapters give the same support level for a given component class this priority will be used to decide which adapter will be used. All base engine level adapters per type will use a priority between EngineAdapterPriotityBegin and UserAdapterPriorityBegin defined in this interface.

Users implementing adapters intended to override all engine functionality should return priorities above UserAdapterPriorityBegin to ensure they will always be selected above engine adapters.

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