FCachedEntityManagerState

Small utility struct that caches the entity manager's structural serial number to generated cached data

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneCachedEntityFilterResult.h

Include

#include "EntitySystem/MovieSceneCachedEntityFilterResult.h"

Syntax

struct FCachedEntityManagerState

Remarks

Small utility struct that caches the entity manager's structural serial number to generated cached data

Must only be used with a single entity manager

Functions

Name Description

Public function Const

uint64

 

GetSerial()

Retrieve the serial number for this cache

Public function

void

 

Invalidate()

Forcibly invalidate this state

Public function

ECachedEntit...

 

Update

(
    const FEntityManager& InEntityMana...
)

Check our system version number against the current structural number in the entity manager.

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