Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FTypeManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FTypeInfo * GetTypeInfo
(
FTypeHandle TypeHandle |
MassTypeManager.h | ||
const FTypeInfo * GetTypeInfo
(
TObjectKey< const UStruct > TypeKey |
MassTypeManager.h |
GetTypeInfo(FTypeHandle)
| Name | GetTypeInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassTypeManager.h |
| Include Path | #include "MassTypeManager.h" |
const FTypeInfo * GetTypeInfo
(
FTypeHandle TypeHandle
) const
stored traits for the type represented by TypeHandle, or null if the type is unknown
GetTypeInfo(TObjectKey< const UStruct >)
| Name | GetTypeInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassTypeManager.h |
| Include Path | #include "MassTypeManager.h" |
const FTypeInfo * GetTypeInfo
(
TObjectKey < const UStruct > TypeKey
) const
stored traits for the type represented by TypeKey, or null if the type is unknown