Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > FMovieSceneObjectCache
Inheritance Hierarchy
- BaseKeyFuncs
- FMovieSceneObjectCache::TFastGuidKeyFuncs
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationState.h |
Include | #include "Evaluation/MovieSceneEvaluationState.h" |
Syntax
template<typename ValueType>
struct TFastGuidKeyFuncs : public BaseKeyFuncs< TPair< FGuid, ValueType >, FGuid, false >
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | GetKeyHash
(
KeyInitType Key |
|
![]() ![]() |
KeyInitType | GetSetKey
(
ElementInitType Element |
|
![]() ![]() |
bool | Matches
(
KeyInitType A, |
Typedefs
Name | Description |
---|---|
ElementInitType | |
KeyInitType |