Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldStatic.h |
Include |
#include "VectorField/VectorFieldStatic.h" |
class UVectorFieldStatic : public UVectorField
Name | Description | ||
---|---|---|---|
|
TObjectPtr< cla... |
AssetImportData |
|
|
bAllowCPUAccess |
Whether to keep vector field data accessible to the CPU. |
|
|
FVectorFieldRes... |
Resource |
The resource for this vector field. |
|
SizeX |
Size of the vector field volume. |
|
|
SizeY |
Size of the vector field volume. |
|
|
SizeZ |
Size of the vector field volume. |
|
|
SourceData |
Source vector data. |
Name | Description | |
---|---|---|
|
UVectorFieldStatic ( |
Name | Description | ||
---|---|---|---|
|
FilteredSample |
||
|
FRHITexture ... |
GetVolumeTextureRef() |
Returns a reference to a 3D texture handle for the GPU data. |
|
HasCPUData() |
||
|
InitResource() |
Initialize resources. |
|
|
TConstArrayV... |
ReadCPUData() |
|
|
Sample ( |
||
|
SetCPUAccessEnabled() |
Sets the bAllowCPUAccess flag and calls UpdateCPUData(). |
|
|
UpdateCPUData ( |
Takes a local copy of the source bulk data so that it is readable at runtime on the CPU. |
Name | Description | ||
---|---|---|---|
|
InitInstance ( |
Initializes an instance for use with this vector field. |
Name | Description | ||
---|---|---|---|
|
BeginDestroy() |
Called before destroying the object. |
|
|
GetAssetRegistryTags ( |
Gathers a list of asset registry searchable tags which are name/value pairs with some type information This only needs to be implemented for asset objects |
|
|
GetResourceSizeEx ( |
Get the size of the object/resource for use in memory tools or to display to artists/LDs in the Editor This is the extended version which separates up the used memory into different memory regions (the actual definition of which may be platform specific). |
|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
|
|
Serialize ( |
Handles reading, writing, and reference collecting using FArchive. |
Name |
Description |
---|---|
InternalFloatType |
Name | Description | ||
---|---|---|---|
|
SourceFilePath_DEPRECATED |
Name | Description | ||
---|---|---|---|
|
UpdateCPUData() |
Please call UpdateCPUData(bool bDiscardData) instead and choose if the internal data should be discarded or not |