FEntityAllocation::FindComponentHeader

Find a component header by its type

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntitySystemTypes.h"

Syntax

FComponentHeader * FindComponentHeader
(
    FComponentTypeID ComponentTypeID
)

Remarks

Find a component header by its type

Returns

A pointer to the component header, or nullptr if one was not found

Parameters

Parameter

Description

ComponentTypeID

The type ID for the component header to locate

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