/
class Geo IGeoReleasable
This is the documentation for Enlighten.
class Geo IGeoReleasable
class Geo::IGeoReleasable
A class implementing IGeoReleasable is usually created by the Enlighten libraries and so must have Release() called in order to return the memory.
The destructor of this class is protected
Functions
Name | Description |
---|---|
NonCopyable(NonCopyable &&) | Defaulted to allow move. |
operator=(NonCopyable &&) | Defaulted to allow move. |
Release() | Free this object that was created within the Enlighten libraries. |
Geo::NonCopyable::NonCopyable
public: NonCopyable
(
NonCopyable &&
)
Defaulted to allow move.
NonCopyable& Geo::NonCopyable::operator=
public: NonCopyable & operator=
(
NonCopyable &&
)
Defaulted to allow move.
virtual void Geo::IGeoReleasable::Release
public: void Release()
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
, multiple selections available,
Related content
Use Enlighten in your project
Use Enlighten in your project
More like this
Reserved texture samplers
Reserved texture samplers
More like this
Debug with Enlighten tools
Debug with Enlighten tools
More like this
Level properties
Level properties
More like this
Convert to vanilla UE5
Convert to vanilla UE5
More like this
Common problems and solutions
Common problems and solutions
More like this