LkEngine 0.1.2
 
Loading...
Searching...
No Matches
LkEngine::LMaterialAsset Class Reference
Inheritance diagram for LkEngine::LMaterialAsset:
LkEngine::LAsset LkEngine::LObject LkEngine::LObjectBase

Public Member Functions

 LMaterialAsset (const TObjectPtr< LMaterial > &Material)
 
 LMaterialAsset (const bool bIsTransparent=false)
 
glm::vec3 & GetAlbedoColor ()
 
void SetAlbedoColor (const glm::vec3 &color)
 
float & GetMetalness ()
 
void SetMetalness (float value)
 
float & GetRoughness ()
 
void SetRoughness (float value)
 
float & GetEmission ()
 
void SetEmission (float value)
 
FORCEINLINE bool IsValid () const
 
TObjectPtr< LMaterialGetMaterial () const
 
void SetMaterial (TObjectPtr< LMaterial > Material)
 
void SetTransparency (float transparency)
 
float & GetTransparency ()
 
bool IsTransparent () const
 
TObjectPtr< LTexture2DGetAlbedoMap ()
 
void SetAlbedoMap (TObjectPtr< LTexture2D > texture)
 
void ClearAlbedoMap ()
 
TObjectPtr< LTexture2DGetNormalMap ()
 
void SetNormalMap (TObjectPtr< LTexture2D > texture)
 
TObjectPtr< LTexture2DGetMetalnessMap ()
 
void SetMetalnessMap (TObjectPtr< LTexture2D > texture)
 
void ClearMetalnessMap ()
 
TObjectPtr< LTexture2DGetRoughnessMap ()
 
void SetRoughnessMap (TObjectPtr< LTexture2D > texture)
 
void ClearRoughnessMap ()
 
- Public Member Functions inherited from LkEngine::LAsset
virtual FORCEINLINE EAssetType GetAssetType () const
 
FORCEINLINE bool HasFlag (const EAssetFlag Flag) const
 
FORCEINLINE void SetFlag (const EAssetFlag Flag, bool Value=true)
 
virtual bool operator== (const LAsset &Other) const
 
virtual bool operator!= (const LAsset &Other) const
 
- Public Member Functions inherited from LkEngine::LObject
 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 LClassObjectRegistration ()=0
 Register object class.
 
virtual FORCEINLINE const LClassGetClass () const
 Get the class for this LObject.
 
virtual std::string ClassName () const =0
 Get name of the LObject class.
 
LObjectoperator= (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.
 
- Public Member Functions inherited from LkEngine::LObjectBase
template<typename OtherClassType >
FORCEINLINE bool IsA (OtherClassType OtherObject) const
 Check if the object is the same type as the passed object's.
 

Static Public Member Functions

static FORCEINLINE EAssetType GetStaticType ()
 
- Static Public Member Functions inherited from LkEngine::LAsset
static FORCEINLINE EAssetType GetStaticType ()
 
- Static Public Member Functions inherited from LkEngine::LObject
static FORCEINLINE const LClassStaticClass ()
 Get static class object.
 
static FORCEINLINE std::string StaticClassName ()
 Static class name.
 
template<typename T >
static void ValidateLObjectImplementation ()
 Validate the implementation of a LObject.
 
- Static Public Member Functions inherited from LkEngine::LObjectBase
template<typename ClassType >
static FORCEINLINE bool IsChildOf (const ClassType *InObjectClass, const ClassType *InOtherClass)
 Check if the object is a child of another class.
 

Friends

class LMaterialEditor
 

Additional Inherited Members

- Public Attributes inherited from LkEngine::LAsset
FAssetHandle Handle = 0
 
std::underlying_type_t< EAssetFlagAssetFlags = static_cast<std::underlying_type_t<EAssetFlag>>(EAssetFlag::None)
 
- Protected Member Functions inherited from LkEngine::LObjectBase
void SetClass (LClass *InClass)
 Set the class.
 
FORCEINLINE const LClassGetClass () const
 Get the private class member.
 
FORCEINLINE bool IsClassValid () const
 Check if LObjectBase has a valid LClass object.
 
- Protected Attributes inherited from LkEngine::LObject
FObjectHandle ObjectHandle = 0
 
bool bObjectInitialized = false
 
EObjectFlag ObjectFlags = EObjectFlag::None
 
std::atomic< uint32_t > Ptr_ReferenceCount = 0
 

Member Function Documentation

◆ IsValid()

FORCEINLINE bool LkEngine::LMaterialAsset::IsValid ( ) const
inlinevirtual

Reimplemented from LkEngine::LAsset.


The documentation for this class was generated from the following files: