#include <SelectionContext.h>
|
| LObject (const LObject &Other) |
|
virtual void | Initialize () |
| Initialize object.
|
|
virtual void | Destroy () |
| Destroy object, releasing all resources.
|
|
virtual FORCEINLINE bool | IsInitialized () const |
| Check if object is initialized.
|
|
FORCEINLINE FObjectHandle | GetObjectHandle () const |
| Get the object handle.
|
|
virtual FORCEINLINE bool | IsObjectValid () const |
| Check if object is valid for use.
|
|
virtual const LClass * | ObjectRegistration ()=0 |
| Register object class.
|
|
virtual FORCEINLINE const LClass * | GetClass () const |
| Get the class for this LObject.
|
|
virtual std::string | ClassName () const =0 |
| Get name of the LObject class.
|
|
LObject & | operator= (const LObject &Other) |
|
void | MarkAsGarbage () |
| Mark object as garbage.
|
|
template<typename T > |
T & | As () |
| Cast object to type T.
|
|
template<typename T > |
const T & | As () const |
| Cast object to type T.
|
|
template<typename T > |
bool | IsA () const |
| Check if the object is or is a derivation of type T.
|
|
virtual FORCEINLINE bool | IsAsset () const |
| Check if object is an asset.
|
|
FORCEINLINE uint32_t | GetReferenceCount () const |
| Return current reference count from all object pointers.
|
|
template<typename OtherClassType > |
FORCEINLINE bool | IsA (OtherClassType OtherObject) const |
| Check if the object is the same type as the passed object's.
|
|
void | SetClass (LClass *InClass) |
| Set the class.
|
|
FORCEINLINE const LClass * | GetClass () const |
| Get the private class member.
|
|
FORCEINLINE bool | IsClassValid () const |
| Check if LObjectBase has a valid LClass object.
|
|
FObjectHandle | ObjectHandle = 0 |
|
bool | bObjectInitialized = false |
|
EObjectFlag | ObjectFlags = EObjectFlag::None |
|
std::atomic< uint32_t > | Ptr_ReferenceCount = 0 |
|
LSelectionContext
Keeps track of selected objects and items. The selections are sorted in containers using the enum ESelectionContext.
◆ DeselectAll() [1/2]
static FORCEINLINE void LkEngine::LSelectionContext::DeselectAll |
( |
| ) |
|
|
inlinestatic |
Deselect all selection contexts (global).
◆ DeselectAll() [2/2]
static FORCEINLINE void LkEngine::LSelectionContext::DeselectAll |
( |
const ESelectionContext | Context | ) |
|
|
inlinestatic |
Clear all selected items for a specific selection context.
◆ GetSelectionCount()
static FORCEINLINE std::size_t LkEngine::LSelectionContext::GetSelectionCount |
( |
const ESelectionContext | Context | ) |
|
|
inlinestatic |
Get the count of currently selected items for a context.
The documentation for this class was generated from the following files:
- LkEngine/Source/LkEngine/Core/SelectionContext.h
- LkEngine/Source/LkEngine/Core/SelectionContext.cpp