Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > EntitySystem > FComponentRegistry
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneComponentRegistry.h |
Include | #include "EntitySystem/MovieSceneComponentRegistry.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/EntitySystem/MovieSceneComponentRegistry.cpp |
FComponentTypeID NewTag
&40;
const TCHAR &42;const DebugName,
EComponentTypeFlags Flags
&41;
Remarks
Define a new tag type using the specified information. Tags have 0 memory overhead.
Transitory tag types must be unregistered when no longer required by calling DestroyComponentTypeSafe or Unsafe to prevent leaking component type IDs A new component type identifier for the tag
Parameters
Name | Description |
---|---|
DebugName | A developer friendly name that accompanies this component type for debugging purposes |
Flags | Flags relating to the new component type |