Validated reflection probe visibility state when changing the cubemap type.

This commit is contained in:
dmcdiar
2021-04-25 19:13:16 -07:00
parent 92199d9f2e
commit 4f05cbeca9
2 changed files with 20 additions and 3 deletions
@@ -47,6 +47,9 @@ namespace AZ
void DisplayEntityViewport(const AzFramework::ViewportInfo& viewportInfo, AzFramework::DebugDisplayRequests& debugDisplay) override;
private:
// validation
AZ::Outcome<void, AZStd::string> OnUseBakedCubemapValidate(void* newValue, const AZ::Uuid& valueType);
// change notifications
AZ::u32 OnUseBakedCubemapChanged();
AZ::u32 OnAuthoredCubemapChanged();