Navigation
| Name | TextureShare |
| Type | Plugin |
| Part of Plugins | Texture Share |
| Location | /Engine/Plugins/VirtualProduction/TextureShare/Source/TextureShare/ |
| Module Build Rules | TextureShare.Build.cs |
Classes
| Name | Remarks |
|---|---|
| UTextureShare | TextureShare UObject interface |
| UTextureShareObject | TextureShare UObject container |
Structs
| Name | Remarks |
|---|---|
| FTextureShareCustomData | Custom data for sharing |
| FTextureShareObjectDesc | Object descriptor |
| FTextureShareObjectSyncSettings | Sync settings |
| FTextureShareReceiveTextureDesc | Texture with name for receive |
| FTextureShareSendTextureDesc | Texture with name for sending |
| FTextureShareTexturesDesc | Custom textures for sharing |
Interfaces
| Name | Remarks |
|---|---|
| ITextureShare | TextureShare module public API |
| ITextureShareContext | TextureShare context Is an abstract container that should be used by the user to handle callback logic. |
| ITextureShareWorldSubsystemContext | TextureShare context for WorldSubsystem based implementation |