Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
UTexture2D Struct Reference

#include <UE.h>

+ Inheritance diagram for UTexture2D:
+ Collaboration diagram for UTexture2D:

Public Member Functions

void GetMipData (int FirstMipToLoad, void **OutMipData)
 
void UpdateResourceW ()
 
FTextureResourceCreateResource ()
 
__int64 GetResourceSize (EResourceSizeMode type)
 
float GetSurfaceHeight ()
 
int & SizeX_DEPRECATED ()
 
int & SizeY_DEPRECATED ()
 
- Public Member Functions inherited from UObject
void ExecuteUbergraph (int EntryPoint)
 
bool AreAllOuterObjectsValid ()
 
FNameGetExporterName (FName *result)
 
FStringGetDetailedInfoInternal (FString *result)
 
UObjectGetArchetype ()
 
bool IsBasedOnArchetype (UObject *const SomeObject)
 
bool IsInBlueprint ()
 
bool Rename (const wchar_t *InName, UObject *NewOuter, unsigned int Flags)
 
void LoadLocalized (UObject *LocBase, bool bLoadHierachecally)
 
void LocalizeProperty (UObject *LocBase, TArray< FString > *PropertyTagChain, UProperty *const BaseProperty, UProperty *const Property, void *const ValueAddress)
 
void BeginDestroy ()
 
void FinishDestroy ()
 
FStringGetDetailedInfo (FString *result)
 
bool ConditionalBeginDestroy ()
 
bool ConditionalFinishDestroy ()
 
void ConditionalPostLoad ()
 
bool Modify (bool bAlwaysMarkDirty)
 
bool IsSelected ()
 
void CollectDefaultSubobjects (TArray< UObject * > *OutSubobjectArray, bool bIncludeNestedSubobjects)
 
bool CheckDefaultSubobjectsInternal ()
 
bool IsAsset ()
 
bool IsSafeForRootSet ()
 
void LoadConfig (UClass *ConfigClass, const wchar_t *InFilename, unsigned int PropagationFlags, UProperty *PropertyToLoad)
 
void ConditionalShutdownAfterError ()
 
bool IsNameStableForNetworking ()
 
bool IsFullNameStableForNetworking ()
 
bool IsSupportedForNetworking ()
 
UFunctionFindFunctionChecked (FName InName)
 
void ProcessEvent (UFunction *Function, void *Parms)
 
 __declspec (dllexport) UProperty *FindProperty(FName name)
 
- Public Member Functions inherited from UObjectBaseUtility
int GetLinkerUE4Version ()
 
int GetLinkerLicenseeUE4Version ()
 
FStringGetPathName (FString *result, UObject *StopOuter)
 
void GetPathName (UObject *StopOuter, FString *ResultString)
 
FStringGetFullName (FString *result, UObject *StopOuter)
 
void MarkPackageDirty ()
 
bool IsIn (UObject *SomeOuter)
 
bool IsA (UClass *SomeBase)
 
void * GetInterfaceAddress (UClass *InterfaceClass)
 
bool IsDefaultSubobject ()
 
int GetLinkerIndex ()
 
- Public Member Functions inherited from UObjectBase
EObjectFlagsObjectFlagsField ()
 
int & InternalIndexField ()
 
UClassClassField ()
 
FNameNameField ()
 
UObjectOuterField ()
 
void DeferredRegister (UClass *UClassStaticClass, const wchar_t *PackageName, const wchar_t *InName)
 
bool IsValidLowLevel ()
 
bool IsValidLowLevelFast (bool bRecursive)
 
void Register (const wchar_t *PackageName, const wchar_t *InName)
 

Static Public Member Functions

static UClassStaticClass ()
 
- Static Public Member Functions inherited from UTexture
static UClassStaticClass ()
 
- Static Public Member Functions inherited from UObject
static UClassGetPrivateStaticClass ()
 
static UClassStaticClass ()
 
static UObjectGetArchetypeFromRequiredInfo (UClass *Class, UObject *Outer, FName Name, bool bIsCDO)
 
- Static Public Member Functions inherited from UObjectBase
static void EmitBaseReferences (UClass *RootClass)
 

Detailed Description

Definition at line 821 of file UE.h.

Member Function Documentation

◆ CreateResource()

FTextureResource * UTexture2D::CreateResource ( )
inline

Definition at line 826 of file UE.h.

◆ GetMipData()

void UTexture2D::GetMipData ( int FirstMipToLoad,
void ** OutMipData )
inline

Definition at line 824 of file UE.h.

◆ GetResourceSize()

__int64 UTexture2D::GetResourceSize ( EResourceSizeMode type)
inline

Definition at line 827 of file UE.h.

◆ GetSurfaceHeight()

float UTexture2D::GetSurfaceHeight ( )
inline

Definition at line 828 of file UE.h.

◆ SizeX_DEPRECATED()

int & UTexture2D::SizeX_DEPRECATED ( )
inline

Definition at line 829 of file UE.h.

◆ SizeY_DEPRECATED()

int & UTexture2D::SizeY_DEPRECATED ( )
inline

Definition at line 830 of file UE.h.

◆ StaticClass()

static UClass * UTexture2D::StaticClass ( )
inlinestatic

Definition at line 823 of file UE.h.

◆ UpdateResourceW()

void UTexture2D::UpdateResourceW ( )
inline

Definition at line 825 of file UE.h.


The documentation for this struct was generated from the following file: