FComponentHeader::HasData

Whether this component header is associated with a data buffer.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntitySystemTypes.h"

Syntax

bool HasData() const

Remarks

Whether this component header is associated with a data buffer.

Tag components don't have data. Non-tag components could have no data if their data buffer has been relocated, such as an entity allocation that has moved elsewhere because of a migration or mutation.

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