![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneEvaluationTree.h>
Public Member Functions | |
| FEvaluationTreeEntryHandle () | |
| bool | IsValid () const |
Friends | |
| template<typename T > | |
| struct | TEvaluationTreeEntryContainer |
| template<typename T > | |
| struct | TMovieSceneEvaluationTreeFormatter |
| bool | operator== (const FEvaluationTreeEntryHandle &A, const FEvaluationTreeEntryHandle &B) |
| bool | operator!= (const FEvaluationTreeEntryHandle &A, const FEvaluationTreeEntryHandle &B) |
| FArchive & | operator<< (FArchive &Ar, FEvaluationTreeEntryHandle &In) |
A structure that uniquely identifies an entry within a TEvaluationTreeEntryContainer
|
inline |
Default construction to an invalid handle
|
inline |
Check whether this identifier has been initialized. Caution: does not check that the identifier is valid within a given TEvaluationTreeEntryContainer
|
friend |
Inequality operator
|
friend |
Serialization operator
|
friend |
Equality operator
|
friend |
|
friend |