Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IPrimitiveComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObject * GetUObject () |
Components/ComponentInterfaces.h | ||
const UObject * GetUObject () |
Components/ComponentInterfaces.h | ||
const T * GetUObject () |
Helper to obtain typed UObjects | Components/ComponentInterfaces.h | |
T * GetUObject () |
Components/ComponentInterfaces.h |
GetUObject()
| Name | GetUObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path | #include "Components/ComponentInterfaces.h" |
UObject * GetUObject()
GetUObject()
| Name | GetUObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path | #include "Components/ComponentInterfaces.h" |
const UObject * GetUObject() const
GetUObject()
Description
Helper to obtain typed UObjects
| Name | GetUObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path | #include "Components/ComponentInterfaces.h" |
template<class T>
const T * GetUObject() const
GetUObject()
| Name | GetUObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path | #include "Components/ComponentInterfaces.h" |
template<class T>
T * GetUObject()